# 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 = "little-loadshedder" version = "0.2.0" exclude = ["metrics"] description = "Latency-based load-shedding hyper/tower middleware" readme = "README.md" keywords = [ "hyper", "middleware", "load", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/Skepfyr/little-loadshedder" [dependencies.metrics] version = "0.20" optional = true [dependencies.tokio] version = "1" features = ["sync"] default-features = false [dependencies.tower] version = "0.4" features = ["util"] [dev-dependencies.dialoguer] version = "0.11" [dev-dependencies.futures] version = "0.3" [dev-dependencies.http-body-util] version = "0.1.0" [dev-dependencies.hyper] version = "1.2" features = ["full"] [dev-dependencies.hyper-util] version = "0.1.3" features = ["full"] [dev-dependencies.metrics] version = "0.20" [dev-dependencies.metrics-exporter-prometheus] version = "0.13" [dev-dependencies.rand] version = "0.8" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tower] version = "0.4"