# 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 = "deepseek-api-client" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial api client for Deepseek" readme = "README.md" keywords = [ "deepseek", "deepseek-api", "deepseek-api-client", ] license = "Apache-2.0" license-file = "LICENSE-2.0.txt" [lib] name = "deepseek_api_client" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.optional-default] version = "0.1.0" [dependencies.reqwest] version = "0.12.5" features = [ "json", "stream", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dev-dependencies.futures-util] version = "0.3.28" [dev-dependencies.tokio] version = "1" features = ["full"]