bittrex 0.8.0

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]
edition = "2018"
name = "bittrex"
version = "0.8.0"
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.anyhow]
version = "1.0.32"

[dependencies.chrono]
version = "0.4.18"
features = ["std", "clock", "serde"]
default-features = false

[dependencies.getset]
version = "0.1.1"

[dependencies.hex]
version = "0.4.2"

[dependencies.hmac]
version = "0.9.0"

[dependencies.once_cell]
version = "1.4.1"

[dependencies.serde]
version = "1.0.116"
features = ["derive"]

[dependencies.sha2]
version = "0.9.1"

[dependencies.ureq]
version = "1.4.1"
features = ["json"]
[dev-dependencies.dotenv]
version = "0.15.0"
[badges.codecov]
branch = "master"
repository = "Razican/bittrex-rs"
service = "github"

[badges.is-it-maintained-issue-resolution]
repository = "Razican/bittrex-rs"

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

[badges.maintenance]
status = "passively-maintained"

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