# 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-global" version = "0.1.4" authors = [ "zma ", "larry ", ] description = "Use Alipay Global in a less painful way" documentation = "https://docs.rs/latest/alipay-global/latest" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/zhenhao-ma/alipay-global" [dependencies.base64] version = "0.21.2" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.juniper] version = "0.15.11" features = ["uuid"] [dependencies.rsa] version = "0.6.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.2" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.ureq] version = "2.7.1" features = [ "json", "charset", ] [dependencies.url] version = "2.4.0" [dependencies.urlencoding] version = "2.1.3" [dependencies.uuid] version = "1.4.1" features = [ "serde", "v4", ] [features] juniper = []