# 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" name = "dify-client" version = "0.3.1" description = "A client for the Dify API" homepage = "https://docs.dify.ai" documentation = "https://docs.rs/dify-client" readme = "README.md" keywords = [ "dify", "sdk", "llm", "api", "async", ] categories = [ "api-bindings", "web-programming::http-client", ] license = "Apache-2.0" repository = "https://github.com/rming/dify-sdk-rs" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1" [dependencies.eventsource-stream] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.infer] version = "0.15" [dependencies.pin-project-lite] version = "0.2" [dependencies.reqwest] version = "0.12" features = [ "json", "multipart", "stream", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.7" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]