# 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-http" version = "0.1.3" authors = ["Felix Bracken "] exclude = ["Makefile.toml"] description = "Asynchronous HTTP API bindings for the Kraken cryptocurrency exchange." keywords = ["kraken", "cryptocurrency", "crypto", "API", "client-library"] categories = ["api-bindings", "cryptography::cryptocurrencies", "web-programming::http-client"] license = "MIT" repository = "https://github.com/whiterabbittech/kraken-rs" resolver = "2" [dependencies.bigdecimal] version = "0.3.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.data-encoding] version = "2.3" [dependencies.flume] version = "0.10.9" [dependencies.once_cell] version = "1.7.2" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.8" features = ["full"] [dependencies.url] version = "2.2" [dev-dependencies.pretty_assertions] version = "1.0.0"