# 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 = "coinnect" version = "0.5.12" authors = ["Hugues Gaillard ", "Alejandro Inestal "] description = "A Rust library to connect to various crypto-currencies exchanges.\n" homepage = "https://github.com/hugues31/coinnect" documentation = "https://docs.rs/coinnect/" readme = "README.md" keywords = ["bitcoin", "trading", "poloniex", "kraken", "bitstamp"] license = "MIT" repository = "https://github.com/hugues31/coinnect" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "kraken_trading" path = "examples/kraken_trading.rs" [[example]] name = "generic_api" path = "examples/generic_api.rs" [dependencies.bidir-map] version = "1.0.0" [dependencies.bigdecimal] version = "0.0.14" [dependencies.chrono] version = "0.4.0" [dependencies.data-encoding] version = "2.0.0-rc.1" [dependencies.error-chain] version = "0.11.0" [dependencies.hmac] version = "0.4.2" [dependencies.hyper] version = "0.10.10" [dependencies.hyper-native-tls] version = "0.3" [dependencies.lazy_static] version = "0.2" [dependencies.serde_json] version = "1.0.0" [dependencies.sha2] version = "0.6.0" [features] bitstamp_private_tests = [] bittrex_private_tests = [] default = [] kraken_private_tests = [] poloniex_private_tests = []