# 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 = "debox-open-sdk" version = "0.5.0" authors = ["eng-cc"] description = "the programming interface of Debox social chat service (Chat Service) API" documentation = "https://docs.rs/debox-open-sdk" readme = "README.md" keywords = [ "Debox", "SDK", "ChatService", ] categories = ["debox-open-api-example"] license = "MIT OR Apache-2.0" repository = "https://github.com/DeBoxLove/debox-open-rust" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1" features = ["full"]