# 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 = "quilkin-network-conditioner" version = "0.1.0" authors = ["Kuba Jaroszewski "] description = "A set of Quilkin filters that can be used to simulate network conditions" homepage = "https://github.com/pierd/quilking-network-conditioner" readme = "README.md" keywords = [ "networking", "udp", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/pierd/quilking-network-conditioner" [dependencies.async-trait] version = "0.1.68" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.3.0" features = [ "cargo", "derive", "env", ] [dependencies.prost] version = "0.11.9" [dependencies.prost-types] version = "0.11.9" [dependencies.quilkin] version = "0.6.0" [dependencies.schemars] version = "0.8.12" [dependencies.serde] version = "1.0.163" [dependencies.serde_yaml] version = "0.9.21" [dependencies.tokio] version = "1.28.1" features = [ "rt-multi-thread", "fs", "signal", "test-util", "parking_lot", "tracing", ] [dependencies.tonic] version = "0.9.2" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "json", "env-filter", ] [build-dependencies.prost-build] version = "0.11.9" [build-dependencies.protobuf-src] version = "1.1.0"