binance_connector_rust 0.1.1

A simple connector to Binance Public 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 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 = "binance_connector_rust"
version = "0.1.1"
authors = ["pefish <pefish@qq.com>"]
exclude = [
    "docs",
    "/.travis.yml",
    "/appveyor.yml",
    ".gitignore",
]
autobenches = true
description = "A simple connector to Binance Public API"
homepage = "https://github.com/pefish/rust-pefish-lib"
documentation = "https://github.com/pefish/rust-pefish-lib"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/pefish/rust-pefish-lib"

[[example]]
name = "test"
path = "examples/test.rs"

[dependencies.anyhow]
version = "1.0.56"

[dependencies.reqwest]
version = "0.11.11"
features = [
    "blocking",
    "json",
]

[dependencies.rust_decimal]
version = "1.25.0"

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

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