# 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 = "trawler" version = "0.11.0-alpha.7" authors = ["Jon Gjengset "] build = "data-import.rs" description = "A workload generator that emulates the traffic to lobste.rs" readme = "README.md" keywords = ["workload-generator", "traffic"] categories = ["web-programming", "command-line-utilities", "development-tools::profiling", "simulation", "science"] license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/trawler.git" [profile.release] debug = true [lib] path = "src/lib.rs" [[bin]] name = "trawler" path = "src/bin/main.rs" required-features = ["cli"] [dependencies.clap] version = "2.25.0" optional = true [dependencies.cookie] version = "0.15" optional = true [dependencies.crossbeam-channel] version = "0.5" [dependencies.futures-core] version = "0.3.0" [dependencies.futures-util] version = "0.3.0" [dependencies.hdrhistogram] version = "7" [dependencies.histogram-sampler] version = "0.5" [dependencies.http] version = "0.2" optional = true [dependencies.hyper] version = "0.14" features = ["client", "tcp", "http1", "http2", "stream"] optional = true [dependencies.lazy_static] version = "1.0.0" optional = true [dependencies.libc] version = "0.2" [dependencies.rand] version = "0.8.0" [dependencies.rand_distr] version = "0.4" [dependencies.regex] version = "1.0" optional = true [dependencies.slog] version = "2.0.6" [dependencies.slog-term] version = "2.0.1" [dependencies.time] version = "0.2" [dependencies.tokio] version = "1" features = ["rt-multi-thread", "time"] [dependencies.tower-make] version = "0.3" [dependencies.tower-service] version = "0.3" [dependencies.url] version = "2.0" optional = true [dependencies.zipf] version = "7" [build-dependencies.glob] version = "0.3" [features] cli = ["clap", "hyper", "cookie", "http", "url", "regex", "lazy_static"] default = ["cli"] [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "jonhoo/trawler"