# 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-client" version = "1.7.0" authors = ["hedgar2017 "] description = "The Binance cryptocurrency exchange client" readme = "README.md" license = "MIT" repository = "https://github.com/hedgar2017/binance-client" [[bin]] name = "time" path = "src/examples/time.rs" [[bin]] name = "product" path = "src/examples/product.rs" [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.11" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.9" [dependencies.rust_decimal] version = "1.35" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.websocket] version = "0.27"