# 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 = "open-wechat" version = "0.2.1" authors = ["HeadIron "] description = "A rust sdk for wechat miniprogram open api" homepage = "https://github.com/headironc/open-wechat" readme = "README.md" license = "MIT" repository = "https://github.com/headironc/open-wechat" [dependencies.aes] version = "0.8.4" [dependencies.async-trait] version = "0.1.77" [dependencies.base64] version = "0.22.0" [dependencies.cbc] version = "0.1.2" features = ["alloc"] [dependencies.chrono] version = "0.4.35" features = ["serde"] [dependencies.reqwest] version = "0.11.24" features = ["json"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.serde_repr] version = "0.1.18" [dependencies.thiserror] version = "1.0.57" [dependencies.tracing] version = "0.1.40"