# 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-exchange" version = "0.1.9" description = "The exchange traits of Ecbt." keywords = [ "cryptocurrency", "exchange", "ecbt", "api", ] license = "BSD-2-Clause" repository = "https://github.com/wmjtyd/ecbt" resolver = "2" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3.19" [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.thiserror] version = "1" [dependencies.time] version = "0.3.9" features = [ "parsing", "formatting", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" features = ["sync"] [dependencies.tokio-tungstenite] version = "0.13" features = ["tls"] [dependencies.tokio-util] version = "0.7" features = ["compat"] [dependencies.url] version = "2.2.0"