# 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 = "krakenrs" version = "5.2.3" authors = ["Chris Beck "] description = "Rust bindings to the Kraken REST API and websockets API for spot trading" readme = "README.md" keywords = ["kraken", "trading", "exchange"] categories = ["web-programming::http-client", "web-programming::websocket"] license = "WTFPL" repository = "https://github.com/garbageslam/krakenrs" [lib] name = "krakenrs" path = "src/lib.rs" [[bin]] name = "krak" path = "src/bin/krak.rs" [[bin]] name = "krak-feed" path = "src/bin/krak-feed.rs" [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4" [dependencies.crc32fast] version = "1.3" [dependencies.displaydoc] version = "0.1" [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3.19" [dependencies.hmac] version = "0.10" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.rust_decimal] version = "1.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_qs] version = "0.8" [dependencies.serde_with] version = "1.6" [dependencies.sha2] version = "0.9.9" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.15" features = ["full"] optional = true [dependencies.tokio-tungstenite] version = "0.16" features = ["native-tls"] optional = true [dependencies.url] version = "2.2" [features] default = ["ws"] ws = ["tokio", "tokio-tungstenite"]