# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wx-work" version = "0.2.0" authors = ["nooberfsh "] description = "企业微信 sdk" homepage = "https://github.com/nooberfsh/wx-work" documentation = "https://docs.rs/wx-work" readme = "README.md" keywords = ["weixin"] license = "MIT" repository = "https://github.com/nooberfsh/wx-work" [dependencies.actix-web] version = "4.0.0-beta.6" [dependencies.aes] version = "0.3" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.12" [dependencies.block-modes] version = "0.3" [dependencies.byteorder] version = "1" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.9" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7" [dependencies.reqwest] version = "0.11" features = ["rustls-tls", "json", "blocking", "multipart"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha-1] version = "0.8" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.6" features = ["full"] [dependencies.xmltree] version = "0.10" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.env_logger] version = "0.7"