coinnect 0.5.9

A Rust library to connect to various crypto-currencies exchanges.
Documentation
# 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.9"
authors = ["Hugues Gaillard <hugues.gaillard@me.com>", "Alejandro Inestal <ainestal@gmail.com>"]
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.hmac]
version = "0.4.2"

[dependencies.hyper]
version = "0.10.10"

[dependencies.serde_json]
version = "1.0.0"

[dependencies.hyper-native-tls]
version = "0.2.2"

[dependencies.error-chain]
version = "0.11.0"

[dependencies.lazy_static]
version = "0.2"

[dependencies.sha2]
version = "0.6.0"

[dependencies.data-encoding]
version = "2.0.0-rc.1"

[dependencies.bidir-map]
version = "1.0.0"

[dependencies.bigdecimal]
version = "0.0.10"

[dependencies.chrono]
version = "0.4.0"

[features]
bittrex_private_tests = []
bitstamp_private_tests = []
poloniex_private_tests = []
default = []
kraken_private_tests = []