|
- [package]
- name = "dora-openai-proxy-server"
- version.workspace = true
- edition.workspace = true
- rust-version.workspace = true
- documentation.workspace = true
- description.workspace = true
- license.workspace = true
- repository.workspace = true
-
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
- [dependencies]
- tokio = { version = "1.36.0", features = ["full"] }
- dora-node-api = { workspace = true, features = ["tracing"] }
- eyre = "0.6.8"
- chrono = "0.4.31"
- tracing = "0.1.27"
- serde = { version = "1.0.130", features = ["derive"] }
- serde_json = "1.0.68"
- url = "2.2.2"
- indexmap = { version = "2.6.0", features = ["serde"] }
- hyper = { version = "0.14", features = ["full"] }
- thiserror = "1.0.37"
- uuid = { version = "1.10", features = ["v4"] }
- mime_guess = "2.0.4"
- futures = "0.3.31"
- tokio-stream = "0.1.11"
|