# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "kraken_rust_api_client" version = "0.1.0" authors = ["Manuel Villing "] description = "Client for the kraken.com API (public, private)" homepage = "https://github.com/theotow/kraken-rust-api-client" readme = "README.md" keywords = ["kraken", "api"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/theotow/kraken-rust-api-client" [lib] name = "lib" crate-type = ["staticlib"] [dependencies.base64] version = "0.9.2" [dependencies.chrono] version = "0.4" [dependencies.hmac] version = "0.5" [dependencies.hyper] version = "0.10.13" [dependencies.rand] version = "0.4.0" [dependencies.reqwest] version = "0.6.2" [dependencies.serde] version = "1.0.9" [dependencies.serde_derive] version = "1.0.9" [dependencies.serde_json] version = "1.0.2" [dependencies.sha2] version = "0.7"