[package] name = "cex_trading" version = "0.1.1" authors = ["Sergey Isaev "] edition = "2018" description = "Client for Cex.io crypto exchange API" keywords = ["cexio", "cryptocurrency", "trading", "bitcoin", "crypto"] license = "MIT" repository = "https://github.com/isvforall/cex_trading" homepage = "https://github.com/isvforall/cex_trading" documentation = "https://docs.rs/cex_trading" 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.18" serde = { version = "1.0.94", features = ["derive"] } ring = "0.14.6" hex = "0.3.2" strum_macros = "0.15.0" [dev-dependencies] toml = "0.5.1" lazy_static = "1.3.0"