[package] name = "litellm-config" version = "0.1.0" edition.workspace = true license.workspace = true repository.workspace = true [dependencies] litellm-core.workspace = true pyo3 = { workspace = true, features = ["auto-initialize"], optional = true } serde_json.workspace = true thiserror.workspace = true [features] default = [] python = ["dep:pyo3"]