# 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" version = "0.21.0" authors = ["Flavio Oliveira "] description = "Rust Library for the Binance API" documentation = "https://docs.rs/crate/binance/" readme = "README.md" keywords = [ "cryptocurrency", "trading", "binance", ] categories = [ "api-bindings", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wisespace-io/binance-rs" [lib] name = "binance" path = "src/lib.rs" [[bench]] name = "websocket_benchmark" harness = false [dependencies.clap] version = "4.5.2" [dependencies.error-chain] version = "0.12.4" default-features = false [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12.1" [dependencies.reqwest] version = "0.11.24" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" [dependencies.tungstenite] version = "0.21.0" features = ["native-tls"] [dependencies.url] version = "2.5.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.csv] version = "1.3.0" [dev-dependencies.env_logger] version = "0.11.2" [dev-dependencies.float-cmp] version = "0.9.0" [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0" [features] vendored-tls = [ "reqwest/native-tls-vendored", "tungstenite/native-tls-vendored", ] [badges.travis-ci] repository = "wisespace-io/binance-rs"