# 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 = "ecbt-binance" version = "0.1.9" description = "Binance implementation for Ecbt." keywords = [ "cryptocurrency", "exchange", "ecbt", "api", ] license = "BSD-2-Clause" repository = "https://github.com/wmjtyd/ecbt" resolver = "2" [[example]] name = "binance_http" path = "examples/binance_http.rs" [[example]] name = "binance_ws" path = "examples/binance_ws.rs" [dependencies.async-trait] version = "0.1" [dependencies.ecbt-exchange] version = "=0.1.9" [dependencies.futures] version = "0.3.19" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.rust_decimal] version = "1.23.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_qs] version = "0.8" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3.9" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.13" features = ["tls"] [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = [ "json", "env-filter", ] [dependencies.url] version = "2.2.0"