mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
37 lines
890 B
TOML
37 lines
890 B
TOML
[package]
|
|
name = "litellm-core"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
autotests = false
|
|
|
|
[dependencies]
|
|
bytes.workspace = true
|
|
futures-util.workspace = true
|
|
base64.workspace = true
|
|
data-url = "0.3.2"
|
|
litellm-auth.workspace = true
|
|
litellm-auth-aws.workspace = true
|
|
litellm-auth-azure.workspace = true
|
|
litellm-auth-gcp.workspace = true
|
|
moka.workspace = true
|
|
mime_guess = "2.0.5"
|
|
rand.workspace = true
|
|
reqwest.workspace = true
|
|
rustls.workspace = true
|
|
rustls-native-certs.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
serde_path_to_error = "0.1"
|
|
strum.workspace = true
|
|
subtle.workspace = true
|
|
tokio = { workspace = true, features = ["sync"] }
|
|
tokio-tungstenite.workspace = true
|
|
thiserror.workspace = true
|
|
sha2.workspace = true
|
|
url.workspace = true
|
|
veil.workspace = true
|
|
|
|
[dev-dependencies]
|
|
rstest.workspace = true
|