# 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 = "tokio-binance" version = "1.0.0" authors = ["kgeronim "] description = "Unofficial async client for Binance." documentation = "https://docs.rs/tokio-binance" readme = "README.md" keywords = ["binance", "crypto", "exchange", "trade"] categories = ["api-bindings", "cryptography::cryptocurrencies"] license = "MIT/Apache-2.0" repository = "https://github.com/kgeronim/tokio-binance" [dependencies.async-tungstenite] version = "0.12.0" features = ["tokio-runtime", "tokio-native-tls"] [dependencies.chrono] version = "0.4.19" [dependencies.crypto-mac] version = "0.10.0" features = ["std"] [dependencies.futures] version = "0.3.12" [dependencies.hex] version = "0.4.2" [dependencies.hmac] version = "0.10.1" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.0" features = ["json"] [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.62" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.sha2] version = "0.9.3" [dependencies.tokio] version = "1.2.0" features = ["macros", "time", "rt-multi-thread"] [dependencies.tokio-native-tls] version = "0.3.0" [dependencies.url] version = "2.2.0"