# 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 = "pay" version = "0.0.1-alpha.1" authors = ["dravenk "] description = "Payment related SDK supports payment with cryptocurrencies, including Bitcoin, Solona, Kaspa, etc., as well as legal currency payment with commercial companies, such as Alipay Pay, wechat Pay, and PayPal." documentation = "https://docs.rs/pay" readme = "README.md" keywords = [ "payment", "cryptocurrency", "bitcoin", "alipay", "wechat", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dravenk/pay" [dependencies.openssl] version = "0.10" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.35" features = ["full"]