# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.71.1" name = "dify-openai-apis" version = "0.1.8" description = "OpenAI-compatible APIs for Dify platform services" homepage = "https://github.com/rming/dify-openai-apis" documentation = "https://docs.rs/dify-openai-apis" readme = "README.md" keywords = [ "dify", "openai", "llm", "api", "server", ] categories = [ "command-line-utilities", "web-programming::http-server", ] license = "Apache-2.0" repository = "https://github.com/rming/dify-openai-apis" [dependencies.anyhow] version = "1" [dependencies.axum] version = "0.7" features = [ "multipart", "macros", ] [dependencies.dify-client] version = "0.3" features = ["rustls-tls"] default-features = false [dependencies.dotenvy] version = "0.15" [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tower] version = "0.4" [dependencies.tower-http] version = "0.5" features = ["cors"]