trade 0.1.0

Utilities for trading on 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]
edition = "2018"
name = "trade"
version = "0.1.0"
authors = ["scalexm <alexandre@scalexm.fr>"]
exclude = ["benches/*", "examples/*"]
description = "Utilities for trading on crypto-currencies exchanges."
readme = "README.md"
keywords = ["binance", "gdax", "coinbase", "hitbtc"]
license = "MIT"
repository = "https://github.com/scalexm/trade-rs"

[[example]]
name = "live_order_book"

[[bench]]
name = "tick"
harness = false
[dependencies.arrayvec]
version = "^0.4"
features = ["serde-1"]

[dependencies.base64]
version = "^0.9"

[dependencies.bitflags]
version = "^1"

[dependencies.chashmap]
version = "2.2.0"

[dependencies.chrono]
version = "^0.4"

[dependencies.env_logger]
version = "^0.5"

[dependencies.failure]
version = "^0.1"

[dependencies.failure_derive]
version = "^0.1"

[dependencies.futures]
version = "^0.1"

[dependencies.hex]
version = "^0.3"

[dependencies.hyper]
version = "^0.12"

[dependencies.hyper-tls]
version = "^0.3"

[dependencies.log]
version = "^0.4"

[dependencies.openssl]
version = "^0.10"

[dependencies.serde]
version = "^1"

[dependencies.serde_derive]
version = "^1"

[dependencies.serde_json]
version = "^1"

[dependencies.tokio]
version = "^0.1"

[dependencies.uuid]
version = "^0.6"
features = ["v4"]

[dependencies.ws]
version = "^0.7"
features = ["ssl"]
[dev-dependencies.criterion]
version = "0.2"