# 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 = "2021" name = "crypto-rest-client" version = "1.0.1" authors = ["soulmachine "] description = "An RESTful client for all cryptocurrency exchanges." readme = "README.md" keywords = [ "cryptocurrency", "blockchain", "trading", ] license = "Apache-2.0" repository = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-rest-client" resolver = "1" [dependencies.crypto-market-type] version = "1.1.5" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.17.1" [dependencies.regex] version = "1.7.1" [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "gzip", "socks", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dev-dependencies.test-case] version = "1"