cexio 0.1.2

Client for Cex.io crypto exchange API
Documentation
[package]
name = "cexio"
version = "0.1.2"
authors = ["Sergey Isaev <isvforall@gmail.com>"]
edition = "2018"

description = "Client for Cex.io crypto exchange API"
keywords = ["cexio", "cryptocurrency", "trading", "bitcoin", "crypto"]
license = "MIT"
repository = "https://github.com/isvforall/cexio"
homepage = "https://github.com/isvforall/cexio"
documentation = "https://docs.rs/cexio"
readme = "README.md"
categories = ["api-bindings"]
include = [
    "**/*.rs",
    "Cargo.toml",
]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = "0.9.20"
serde = { version = "1.0.99", features = ["derive"] }
ring = "0.16.8"
hex = "0.3.2"
strum_macros = "0.15.0"

[dev-dependencies]
toml = "0.5.3"
lazy_static = "1.4.0"