mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-27 01:22:18 +00:00
* refactor(rust): prepare inference and auth foundations * fix(rust): keep textract operations parsing from kebab-case model names Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --------- Co-authored-by: Yujong Lee <yujong@berri.ai> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
22 lines
467 B
TOML
22 lines
467 B
TOML
[package]
|
|
name = "litellm-host-python"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
litellm-host.workspace = true
|
|
|
|
bytes.workspace = true
|
|
futures-util.workspace = true
|
|
serde.workspace = true
|
|
tokio = { workspace = true, features = ["rt", "sync"] }
|
|
|
|
pyo3.workspace = true
|
|
pyo3-async-runtimes.workspace = true
|
|
pythonize = "0.29.0"
|
|
|
|
[dev-dependencies]
|
|
rstest.workspace = true
|
|
serde_json.workspace = true
|