# 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] name = "wechatpay" version = "0.1.4" authors = ["Qian Linfeng "] description = "Wechat payment server SDK" keywords = ["wechat", "pay", "sdk", "wechatpay"] license = "MIT" repository = "https://github.com/local-group/rust-wechatpay" [dependencies.curl] version = "0.3.2" [dependencies.md5] version = "0.2.0" [dependencies.time] version = "0.1" [dependencies.url] version = "1.2.0" [dependencies.uuid] version = "0.2" features = ["v4"] [dependencies.xml-rs] version = "0.3.4"