# 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-rs-async" version = "1.3.3" authors = ["Guillaume Balaine igosuki.github@gmail.com"] description = "Async Rust Library for the Binance API" documentation = "https://docs.rs/crate/binance-rs-async/" readme = "README.md" keywords = [ "cryptocurrency", "trading", "binance", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Igosuki/binance-rs-async" [lib] name = "binance" path = "src/lib.rs" [dependencies.boolinator] version = "2.4" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.ring] version = "0.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_qs] version = "0.12" [dependencies.serde_repr] version = "0.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.35" features = ["full"] [dependencies.tokio-tungstenite] version = "0.21" [dependencies.url] version = "2.5" [dev-dependencies.csv] version = "1.3" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.tracing] version = "0.1" features = [ "release_max_level_debug", "log", ] [features] all_apis = [ "futures_api", "margin_api", "savings_api", "wallet_api", ] default = [ "native-tls", "futures_api", ] futures_api = [] margin_api = [] native-tls = [ "tokio-tungstenite/native-tls", "reqwest/native-tls", ] rustls-tls = [ "tokio-tungstenite/rustls-tls-webpki-roots", "reqwest/rustls-tls", ] savings_api = [] wallet_api = []