maicoin_max 2.1.1

MaiCoin Max API client 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "maicoin_max"
version = "2.1.1"
authors = ["Raphanus Lo <coldturnip@gmail.com>"]
exclude = [".*", "/resource/test"]
description = "MaiCoin Max API client for Rust"
homepage = "https://github.com/COLDTURNIP/max-exchange-api-rs"
readme = "README.md"
keywords = ["exchange", "maicoin", "maicoin-max", "cryptocurrencies", "bitcoin"]
categories = ["api-bindings", "cryptography::cryptocurrencies"]
license-file = "LICENSE"
repository = "https://github.com/COLDTURNIP/max-exchange-api-rs"
[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.13"

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

[dependencies.hex]
version = "0.4.2"

[dependencies.hmac]
version = "0.11"

[dependencies.http-types]
version = "2.12.0"

[dependencies.rust_decimal]
version = "1.17"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_qs]
version = "0.8"

[dependencies.sha2]
version = "0.9"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.async-std]
version = "1.10"
features = ["attributes"]

[dev-dependencies.async-stream]
version = "0.3"

[dev-dependencies.async-tungstenite]
version = "0.16"
features = ["async-tls", "async-std-runtime"]

[dev-dependencies.env_logger]
version = "0.9"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.rust_decimal_macros]
version = "1.17"

[dev-dependencies.serde_yaml]
version = "0.8"

[dev-dependencies.surf]
version = "2.3"
features = ["hyper-client"]

[dev-dependencies.surf-vcr]
version = "0.2.0"

[dev-dependencies.tokio]
version = "1.14"
features = ["full"]

[dev-dependencies.url]
version = "2.*"