bittrex 0.1.1

Bittrex API bindings for Rust.
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 = "bittrex"
version = "0.1.1"
authors = ["Razican <razican@protonmail.ch>"]
description = "Bittrex API bindings for Rust.\n"
homepage = "https://bittrex.com/"
documentation = "https://docs.rs/bittrex/"
readme = "README.md"
keywords = ["bittrex", "bitcoin", "API", "exchange"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Razican/bittrex-rs"
[dependencies.hex]
version = "0.2.0"

[dependencies.serde]
version = "1.0.11"

[dependencies.reqwest]
version = "0.7.2"

[dependencies.chrono]
version = "0.4.0"
features = ["serde"]

[dependencies.serde_derive]
version = "1.0.11"

[dependencies.hmac]
version = "0.4.2"

[dependencies.sha2]
version = "0.6.0"

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

[dependencies.lazy_static]
version = "0.2.8"
[dev-dependencies.dotenv]
version = "0.10.1"
[badges.is-it-maintained-issue-resolution]
repository = "Razican/bittrex-rs"

[badges.codecov]
branch = "master"
service = "github"
repository = "Razican/bittrex-rs"

[badges.is-it-maintained-open-issues]
repository = "Razican/bittrex-rs"

[badges.travis-ci]
repository = "Razican/bittrex-rs"
branch = "master"