# 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 = "hyper-throttle" version = "0.1.1" description = "bandwidth throttle for hyper" license = "MIT" repository = "https://github.com/Hakuyume/hyper-throttle" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.http] version = "1" [dependencies.hyper] version = "1" [dependencies.hyper-util] version = "0.1" features = ["client-legacy"] optional = true [dependencies.pin-project] version = "1" [dependencies.tower-service] version = "0.3" [dev-dependencies.bytes] version = "1" [dev-dependencies.http-body-util] version = "0.1" [dev-dependencies.hyper-rustls] version = "0.26" features = [ "http1", "http2", ] [dev-dependencies.hyper-util] version = "0.1" features = [ "http1", "http2", "tokio", ] [dev-dependencies.tokio] version = "1" features = ["macros"]