# 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 = "tencent_im_rs" version = "1.0.4" authors = ["poohpooher "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Tencent IM Rest API for Rust" documentation = "https://docs.rs/tencent_im_rs/latest/tencent_im_rs/" readme = "README.md" license = "MIT" repository = "https://github.com/poohpooher/tencent_im_rs" [lib] name = "tencent_im_rs" crate-type = ["lib"] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.87" [dependencies.base64] version = "0.21.7" [dependencies.bitflags] version = "2.6.0" [dependencies.bitflags_serde_shim] version = "0.2.5" [dependencies.flate2] version = "1.0.33" [dependencies.hmac] version = "0.12.1" [dependencies.log] version = "0.4.22" [dependencies.paste] version = "1.0.15" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.27" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_repr] version = "0.1.19" [dependencies.serde_with] version = "3.9.0" [dependencies.sha2] version = "0.10.8" [dependencies.strum_macros] version = "0.25.3" [dev-dependencies.tokio] version = "1.40.0" features = [ "rt", "macros", ]