# 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-cli-rs" version = "0.1.1" description = "CLI for kraken trading platform" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.base64] version = "0.21.7" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.hmac] version = "0.12.1" [dependencies.reqwest] version = "0.11.24" features = ["blocking"] [dependencies.serde] version = "1.0.196" [dependencies.serde_derive] version = "1.0.196" [dependencies.serde_json] version = "1.0.113" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.sha2] version = "0.10.8"