# 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 = "wechat-crypto" version = "0.1.2" authors = ["HJin"] exclude = ["tests/*"] description = "微信开发者API数据加解密工具 Wechat / Wecom encrypt / decrypt " documentation = "https://docs.rs/wechat-crypto" readme = "README.md" keywords = [ "wechat", "crypto", "signature", "sdk", ] license = "MIT" repository = "https://github.com/hjin-me/wechat-proxy" resolver = "1" [dependencies.aes] version = "0.8.2" [dependencies.anyhow] version = "1.0.71" [dependencies.base64] version = "0.21.0" [dependencies.byteorder] version = "1.4.3" [dependencies.cbc] version = "0.1.2" [dependencies.fastrand] version = "1.9.0" [dependencies.serde] version = "1.0.148" features = ["derive"] [dependencies.sha1] version = "0.10.5" [dependencies.tracing] version = "0.1.37"