[package] name = "async_kraken_ws" description = "Minimal wrapper for the Kraken exchange WebSockets using async-std" authors = ["dpuyosa"] license = "Apache-2.0" version = "0.1.4" keywords = ["kraken", "exchange", "api", "websocket", "async"] categories = ["api-bindings", "asynchronous", "web-programming::websocket"] repository = "https://gitlab.com/dpuyosa/async-kraken-ws" homepage = "https://gitlab.com/dpuyosa/async-kraken-ws" documentation = "https://docs.rs/async_kraken_ws" readme = "readme.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async_kraken = "0.1.3" serde_json = "1.0.64" async-tls = "0.11.0" async-std = "1.9.0" tungstenite = "0.13.0" async-tungstenite = { version = "0.13.1", features = ["async-std-runtime", "async-tls"] } futures = "0.3.15" [dev-dependencies] async-std = { version = "1.9.0", features = ["attributes"] }