# 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 = "crusty" version = "0.12.0" authors = ["Sergey F. "] build = "src/build.rs" description = "Fast && scalable Broad Web Crawler developed on top of crusty-core" readme = "README.md" keywords = ["broad", "crawler", "rust", "async", "multi-threaded"] license = "GPL-3.0" repository = "https://github.com/let4be/crusty" [[bin]] name = "crusty" path = "src/main.rs" [dependencies.anyhow] version = "~1.0.40" [dependencies.backoff] version = "~0.3.0" features = ["tokio", "futures"] [dependencies.bytes] version = "~1.0.1" [dependencies.clickhouse] version = "~0.7.0" [dependencies.crc32fast] version = "~1.2.1" [dependencies.crusty-core] version = "~0.28.0" [dependencies.fdlimit] version = "~0.2.1" [dependencies.futures] version = "~0.3.14" [dependencies.http] version = "~0.2.3" [dependencies.humanize-rs] version = "~0.1" [dependencies.num_cpus] version = "~1.13.0" [dependencies.once_cell] version = "~1.7.2" [dependencies.serde] version = "~1.0.125" features = ["derive"] [dependencies.serde_yaml] version = "~0.8.17" [dependencies.tokio] version = "~1.6.0" features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "signal"] [dependencies.tracing] version = "~0.1.25" [dependencies.tracing-futures] version = "~0.2.5" [dependencies.tracing-subscriber] version = "~0.2.17" [dependencies.tracing-tools] version = "~0.2.0" [dependencies.ttl_cache] version = "~0.5.1" [dependencies.url] version = "~2.2.1" [build-dependencies.anyhow] version = "~1.0.40" [build-dependencies.vergen] version = "~5" features = ["build", "cargo", "git", "rustc"]