# 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 = "alipay-rs" version = "0.4.6" authors = ["chy <343938938@qq.com>"] description = "Simple encapsulation of Alipay interface" documentation = "https://docs.rs/alipay-rs/" readme = "README.md" keywords = ["alipay"] license = "MIT/Apache-2.0" repository = "https://github.com/chenhuaiyuan/alipay-rs" [dependencies.alipay_params] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4.3" [dependencies.multipart] version = "0.18" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.ureq] version = "2" features = [ "json", "charset", ]