# 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 = "cexio" version = "0.5.3" authors = ["Sergey Isaev "] include = ["**/*.rs", "Cargo.toml"] description = "Client for Cex.io crypto exchange API" homepage = "https://github.com/isvforall/cexio" documentation = "https://docs.rs/cexio" readme = "README.md" keywords = ["cexio", "cryptocurrency", "trading", "bitcoin", "crypto"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/isvforall/cexio" [dependencies.hex] version = "0.4.2" [dependencies.hmac] version = "0.8.1" [dependencies.reqwest] version = "0.10.7" features = ["blocking", "json"] [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.sha2] version = "0.9.1" [dependencies.strum_macros] version = "0.18.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.toml] version = "0.5.6"