# 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-markets" version = "1.3.11" authors = ["soulmachine "] description = "Fetch trading markets from a cryptocurrency exchange" readme = "README.md" keywords = [ "cryptocurrency", "blockchain", "trading", ] license = "Apache-2.0" repository = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-markets" resolver = "1" [dependencies.chrono] version = "0.4.24" [dependencies.crypto-market-type] version = "1.1.5" [dependencies.crypto-pair] version = "2.3.13" [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "gzip", "socks", ] [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dev-dependencies.crypto-contract-value] version = "1.7.13" [dev-dependencies.test-case] version = "1"