litellm/litellm-rust/crates/host-python/Cargo.toml
devin-ai-integration[bot] 7ae721bf79
refactor(rust): prepare inference and auth foundations for the gateway (#43287)
* 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>
2026-09-25 23:12:48 -07:00

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