# 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-crawler" version = "4.7.9" authors = ["soulmachine "] description = "A rock-solid cryprocurrency crawler." readme = "README.md" keywords = [ "cryptocurrency", "blockchain", "trading", ] license = "Apache-2.0" repository = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-crawler" resolver = "1" [dependencies.crypto-market-type] version = "1.1.5" [dependencies.crypto-markets] version = "1.3.11" [dependencies.crypto-msg-parser] version = "2.8.26" [dependencies.crypto-msg-type] version = "1.0.11" [dependencies.crypto-pair] version = "2.3.13" [dependencies.crypto-rest-client] version = "1.0.1" [dependencies.crypto-ws-client] version = "4.12.11" [dependencies.fslock] version = "0.2.1" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.17.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "gzip", ] [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1.26.0" features = [ "macros", "rt-multi-thread", "sync", "time", ] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.test-case] version = "1" [dev-dependencies.tokio] version = "1" features = ["test-util"]