coinchecker 0.1.2

Client library for the Coincheck 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]
edition = "2018"
name = "coinchecker"
version = "0.1.2"
authors = ["ugai <ugai.sub1@gmail.com>"]
description = "Client library for the Coincheck API"
readme = "README.md"
keywords = ["cryptocurrency", "trading", "coincheck"]
categories = ["api-bindings", "cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/ugai/coinchecker"
[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.digest]
version = "0.9"

[dependencies.dotenv]
version = "0.15"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.11"

[dependencies.reqwest]
version = "0.11"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "1.9"
features = ["chrono", "json"]

[dependencies.serial_test]
version = "0.5"

[dependencies.sha2]
version = "0.9"

[dependencies.tokio]
version = "1.6"
features = ["full"]

[features]
default = []
price_type_f32 = []