# 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 = "2018" name = "kucoin_api" version = "1.4.11" authors = [ "Eric Abrahams ", "Sho Kaneko ", ] description = "Async Kucoin API" homepage = "https://github.com/kanekoshoyu/kucoin_api" documentation = "https://docs.rs/crate/kucoin_api" readme = "README.md" keywords = [ "kucoin", "cyptocurrency", "trading", "algotrading", "async", ] license = "MIT" repository = "https://github.com/kanekoshoyu/kucoin_api" [dependencies.base64] version = "0.12.0" [dependencies.failure] version = "0.1.7" [dependencies.futures] version = "0.3.9" [dependencies.hmac] version = "0.7.1" [dependencies.pin-project] version = "1.0.5" [dependencies.reqwest] version = "0.11.1" features = [ "json", "rustls-tls", ] [dependencies.serde] version = "1.0.104" [dependencies.serde_derive] version = "1.0.104" [dependencies.serde_json] version = "1.0.48" [dependencies.sha2] version = "0.8.1" [dependencies.streamunordered] version = "0.5" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tokio-native-tls] version = "0.3.0" [dependencies.tokio-tungstenite] version = "0.13.0" features = ["tls"] [dependencies.tungstenite] version = "0.13.0" [dependencies.url] version = "2.1.1"