# 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_pay" version = "0.2.3" authors = ["zomem"] build = false include = ["/src"] autobins = false autoexamples = false autotests = false autobenches = false description = "微信支付 api" readme = "README.md" license = "MIT" [lib] name = "wx_pay" path = "src/lib.rs" [dependencies.aes-gcm] version = "0.10.3" [dependencies.anyhow] version = "1.0.87" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.hex] version = "0.4.3" [dependencies.pkcs8] version = "0.10.2" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.rsa] version = "0.9.6" features = ["sha2"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_with] version = "3.9.0" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.uuid] version = "1.10.0" features = ["v4"]