# 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 = "wxcrypt" version = "0.2.3" authors = ["Yiye <87362775@qq.com>"] description = "企业微信消息加解密Rust版" documentation = "https://docs.rs/wxcrypt" license = "MIT" repository = "https://github.com/gq3171/wxcrypt-rust" [dependencies.aes] version = "0.3.2" [dependencies.aes-soft] version = "0.3.3" [dependencies.base64] version = "0.11.0" [dependencies.block-modes] version = "0.3.3" [dependencies.byteorder] version = "1.3.4" [dependencies.chrono] version = "0.4.10" [dependencies.quick-xml] version = "0.17" features = ["serialize"] [dependencies.rand] version = "0.7.3" [dependencies.rust-crypto] version = "^0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.urldecode] version = "0.1.1"