# 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-coinbase" 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" [[example]] name = "coinbase_http" path = "examples/coinbase_http.rs" [[example]] name = "coinbase_ws" path = "examples/coinbase_ws.rs" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [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" features = [ "parsing", "formatting", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.13" features = ["tls"] [dependencies.url] version = "2.2.0"