# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kraken_sdk_rest" version = "0.19.0" authors = ["George Moschovitis "] description = "A strongly-typed client for the Kraken REST API" readme = "README.md" keywords = [ "kraken", "api", "client", "rest", "trading", ] license = "Apache-2.0" repository = "https://github.com/gmosx/kraken_sdk_rust/tree/main/kraken_sdk_rest" resolver = "1" [dependencies.base64] version = "0.13" [dependencies.hmac] version = "0.10" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.9" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.urlencoding] version = "1.1"