# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "async_kraken" version = "0.1.3" authors = ["dpuyosa"] description = "Minimal wrapper for the Kraken exchange REST API using async-std" homepage = "https://gitlab.com/dpuyosa/async-kraken" documentation = "https://docs.rs/async_kraken" readme = "readme.md" keywords = ["kraken", "exchange", "api", "trading", "async"] categories = ["api-bindings", "asynchronous", "web-programming::http-client"] license = "Apache-2.0" repository = "https://gitlab.com/dpuyosa/async-kraken" [dependencies.async-std] version = "1.9.0" [dependencies.base64] version = "0.13.0" [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.surf] version = "2.2.0" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"]