# 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 = "wx-sdk" version = "0.0.9" authors = ["johny.li "] description = "A Wechat SDK written in Rust" homepage = "https://github.com/ilovelll/wx-sdk" documentation = "https://docs.rs/wx-sdk/" readme = "README.md" keywords = ["wechat", "weixin", "sdk"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/ilovelll/wx-sdk" resolver = "2" [dependencies.aes] version = "0.7.4" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.base64ct] version = "1.0.0" features = ["alloc"] [dependencies.block-modes] version = "0.8.1" [dependencies.bytes] version = "1.0" features = ["serde"] [dependencies.dotenv] version = "0.15" [dependencies.exile] version = "0.0.9" [dependencies.futures] version = "0.3" [dependencies.hex-literal] version = "0.3.3" [dependencies.rand] version = "0.8.4" [dependencies.reqwest] version = "0.11" features = ["blocking", "json", "multipart"] [dependencies.roxmltree] version = "0.14" features = ["std"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha-1] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.url] version = "2.2" [build-dependencies.tokio-test] version = "0.4" [features] default = ["mp"] mp = [] pay = [] wxa = []