# 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 = "statsrelay" version = "3.0.1" authors = ["Yann Ramin "] description = "Swiss army knife for aggregation, filtering, relaying, sharding of statsd, prometheus, and other metrics systems" keywords = ["statsd", "metrics", "aggregation"] categories = ["development-tools"] license = "MIT" [[bin]] name = "statsrelay" path = "src/cmd/statsrelay.rs" [[bin]] name = "sr-loadgen" path = "src/cmd/loadgen.rs" [[bench]] name = "statsd_benchmark" harness = false [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "0.6" [dependencies.chrono] version = "0.4" [dependencies.crossbeam] version = "0.8" [dependencies.crossbeam-utils] version = "0.8" [dependencies.env_logger] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.13" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2" [dependencies.murmur3] version = "0.5" [dependencies.parking_lot] version = "0.11" [dependencies.qp-trie] version = "0.7" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.stream-cancel] version = "0.7" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.3" features = ["full", "parking_lot"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.tempfile] version = "3.1" [build-dependencies.built] version = "0.4" features = ["git2"]