mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-27 01:22:18 +00:00
40 lines
1 KiB
TOML
40 lines
1 KiB
TOML
[package]
|
|
name = "litellm-llms"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[features]
|
|
test-support = ["litellm-http/test-support"]
|
|
|
|
[dependencies]
|
|
litellm-types.workspace = true
|
|
litellm-core-utils.workspace = true
|
|
litellm-auth.workspace = true
|
|
litellm-auth-aws.workspace = true
|
|
litellm-auth-azure.workspace = true
|
|
litellm-auth-gcp.workspace = true
|
|
litellm-host.workspace = true
|
|
litellm-framing.workspace = true
|
|
litellm-http.workspace = true
|
|
base64.workspace = true
|
|
bytes.workspace = true
|
|
data-url = "0.3.2"
|
|
futures-util.workspace = true
|
|
reqwest.workspace = true
|
|
serde.workspace = true
|
|
serde_json = { workspace = true, features = ["preserve_order"] }
|
|
serde_path_to_error = "0.1"
|
|
serde_with.workspace = true
|
|
strum.workspace = true
|
|
thiserror.workspace = true
|
|
time.workspace = true
|
|
tokio = { workspace = true, features = ["sync"] }
|
|
url.workspace = true
|
|
|
|
[dev-dependencies]
|
|
aws-smithy-eventstream = "=0.61.1"
|
|
aws-smithy-types = "1.6.1"
|
|
rstest.workspace = true
|
|
tokio.workspace = true
|