[package] name = "kraken-websockets-token" version = "1.2.7" description = "Convenience crate to get Kraken WebSockets API tokens" authors = ["Alfie John "] documentation = "https://docs.rs/kraken-websockets-token/" homepage = "https://crates.io/crates/kraken-websockets-token" repository = "https://github.com/alfiedotwtf/kraken-websockets-token" readme = "README.md" license = "GPL-3.0-or-later" edition = "2018" [dependencies] base64 = "0.13.0" hmac = "0.7.1" reqwest = "0.9.24" serde_json = "1.0.73" sha2 = "0.8.0"