[package] authors = ["Matteo Pisani "] categories = ["api-bindings", "web-programming::websocket"] description = "🦈 Minimal, elegant, fast, async Kraken exchange WebSockets API client | Written in Rust" documentation = "https://docs.rs/squalo/" edition = "2018" keywords = ["rust", "kraken", "exchange", "api", "cryptocurrency"] license = "MIT" name = "squalo" readme = "README.md" repository = "https://github.com/xonoxitron/squalo" version = "0.1.6" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-std = "1.9.0" async-tungstenite = {version = "0.13.0", features = ["async-std-runtime", "async-tls"]} futures = "0.3.13" futures-channel = "0.3.13" polipo = "0.2.5" tokio = {version = "1.2.0", features = ["full"]} url = "2.2.1"