# 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 = "cex_trading" version = "0.1.1" authors = ["Sergey Isaev "] include = ["**/*.rs", "Cargo.toml"] description = "Client for Cex.io crypto exchange API" homepage = "https://github.com/isvforall/cex_trading" documentation = "https://docs.rs/cex_trading" readme = "README.md" keywords = ["cexio", "cryptocurrency", "trading", "bitcoin", "crypto"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/isvforall/cex_trading" [dependencies.hex] version = "0.3.2" [dependencies.reqwest] version = "0.9.18" [dependencies.ring] version = "0.14.6" [dependencies.serde] version = "1.0.94" features = ["derive"] [dependencies.strum_macros] version = "0.15.0" [dev-dependencies.lazy_static] version = "1.3.0" [dev-dependencies.toml] version = "0.5.1"