# 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 = "binance-pay-rs" version = "0.3.2" authors = ["Akarsh Jain "] description = """ Unofficial Rust Library for the Binance Pay API """ readme = "README.md" keywords = [ "bpay", "binance", "binance-pay-api", ] categories = [ "web-programming", "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/akarsh1995/binance-pay-rs" resolver = "2" [lib] name = "bpay" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.53" [dependencies.base64] version = "0.13.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4" [dependencies.mockito] version = "0.31.0" [dependencies.pretty_env_logger] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.10" features = ["json"] [dependencies.ring] version = "0.16.20" [dependencies.rsa-der] version = "0.3.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.18.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.axum] version = "0.5.4" [dev-dependencies.tower] version = "0.4.12"