# 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 = "tcloud-im-api" version = "0.2.1" description = "a rust implement tcloud im api" license = "MIT/Apache-2.0" repository = "https://gitee.com/sezi_yuan/tcloud-im-api.git" resolver = "2" [dependencies.base64] version = "0.13" [dependencies.env_logger] version = "0.9" [dependencies.flate2] version = "1" features = ["zlib"] default-features = false [dependencies.log] version = "0.4.0" [dependencies.rand] version = "0.8.4" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rust-crypto] version = "^0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"]