# 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] edition = "2018" name = "binance_api_async" version = "0.1.8" authors = ["Charles Anderson "] description = "Binance API async implementation using tokio" homepage = "https://github.com/bigbizze/binance_api_async" documentation = "https://github.com/bigbizze/binance_api_async/blob/master/README.md" readme = "README.md" keywords = ["binance", "cyptocurrency", "trading", "algotrading", "async"] license = "MIT" repository = "https://github.com/bigbizze/binance_api_async" [dependencies.async-trait] version = "0.1.45" [dependencies.futures] version = "0.3.9" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.10.1" [dependencies.pin-project] version = "1.0.5" [dependencies.reqwest] version = "0.11.1" features = ["json", "rustls-tls"] [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9" [dependencies.streamunordered] version = "0.5" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0.1" features = ["full"] [dependencies.tokio-native-tls] version = "0.3.0" [dependencies.tokio-tungstenite] version = "0.13.0" features = ["tls"] [dependencies.tungstenite] version = "0.13.0" [dependencies.url] version = "2.1.1" [dependencies.uuid] version = "0.8" features = ["v4", "serde"]