[package] name = "async_kraken" description = "Minimal wrapper for the Kraken exchange REST API using async-std" authors = ["dpuyosa"] license = "Apache-2.0" version = "0.1.3" keywords = ["kraken", "exchange", "api", "trading", "async"] categories = ["api-bindings", "asynchronous", "web-programming::http-client"] repository = "https://gitlab.com/dpuyosa/async-kraken" homepage = "https://gitlab.com/dpuyosa/async-kraken" documentation = "https://docs.rs/async_kraken" readme = "readme.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-std = "1.9.0" base64 = "0.13.0" ring = "0.16.20" serde = "1.0.126" serde_json = "1.0.64" serde_urlencoded = "0.7.0" surf = "2.2.0" [dev-dependencies] async-std = { version = "1.9.0", features = ["attributes"] }