# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "kucoin_rs" version = "0.4.4" authors = ["Eric Abrahams "] description = "Rust async library for the Kucoin API" homepage = "https://github.com/esvwdev/kucoin_rs" documentation = "https://docs.rs/crate/kucoin_rs" readme = "README.md" keywords = ["kucoin", "cyptocurrency", "trading", "algotrading", "async"] license = "MIT" repository = "https://github.com/escwdev/kucoin_rs" [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.0.1" 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"