# 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 = "async_kraken_ws" version = "0.1.4" authors = ["dpuyosa"] description = "Minimal wrapper for the Kraken exchange WebSockets using async-std" homepage = "https://gitlab.com/dpuyosa/async-kraken-ws" documentation = "https://docs.rs/async_kraken_ws" readme = "readme.md" keywords = ["kraken", "exchange", "api", "websocket", "async"] categories = ["api-bindings", "asynchronous", "web-programming::websocket"] license = "Apache-2.0" repository = "https://gitlab.com/dpuyosa/async-kraken-ws" [dependencies.async-std] version = "1.9.0" [dependencies.async-tls] version = "0.11.0" [dependencies.async-tungstenite] version = "0.13.1" features = ["async-std-runtime", "async-tls"] [dependencies.async_kraken] version = "0.1.3" [dependencies.futures] version = "0.3.15" [dependencies.serde_json] version = "1.0.64" [dependencies.tungstenite] version = "0.13.0" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"]