# 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 = "ni_ce" version = "0.1.0" authors = ["Terry Brashaw "] description = "Some nice cryptocurrency exchange API bindings." documentation = "https://docs.rs/ni_ce" readme = "README.md" keywords = ["cryptocurrency", "exchange", "trading"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/terrybrashaw/ni_ce" [dependencies.base64] version = "^0.9.0" [dependencies.chrono] version = "^0.4.0" features = ["serde"] [dependencies.failure] version = "^0.1.1" [dependencies.hex] version = "^0.3.1" [dependencies.hmac] version = "^0.5.0" [dependencies.http] version = "^0.1.5" [dependencies.num-traits] version = "^0.2.2" [dependencies.reqwest] version = "^0.8.5" [dependencies.rust_decimal] version = "^0.7.2" [dependencies.serde] version = "^1.0.34" [dependencies.serde_derive] version = "^1.0.34" [dependencies.serde_json] version = "^1.0.13" [dependencies.sha2] version = "^0.7.0" [dependencies.url] version = "^1.7.0"