# 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 = "2018" name = "calamari" version = "0.1.1" authors = ["Michele Lacchia "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal, elegant and async REST API client for the Kraken cryptocurrency exchange" documentation = "https://docs.rs/calamari/latest/calamari/" readme = "README.md" keywords = [ "kraken", "async", "api", "rest", "cryptocurrency", ] categories = [ "api-bindings", "web-programming::http-client", ] license = "ISC" repository = "https://github.com/rubik/calamari" [lib] name = "calamari" path = "src/lib.rs" [[example]] name = "private" path = "examples/private.rs" [[example]] name = "public" path = "examples/public.rs" [dependencies.base64] version = "0.22" [dependencies.hmac] version = "0.12" [dependencies.reqwest] version = "0.12" [dependencies.sha2] version = "0.10" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ]