binance 0.3.1

Rust Library for the Binance API
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 = "binance"
version = "0.3.1"
authors = ["Flavio Oliveira <flavio@wisespace.io>"]
description = "Rust Library for the Binance API"
documentation = "https://docs.rs/crate/binance/"
readme = "README.md"
keywords = ["cryptocurrency", "trading", "binance"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wisespace-io/binance-rs"

[lib]
name = "binance"
path = "src/lib.rs"
[dependencies.error-chain]
version = "0.12"

[dependencies.hex]
version = "0.3"

[dependencies.reqwest]
version = "0.8"

[dependencies.ring]
version = "0.13.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tungstenite]
version = "0.6"

[dependencies.url]
version = "1.7"
[badges.travis-ci]
repository = "wisespace-io/binance-rs"