# 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" rust-version = "1.75" name = "httpwg" version = "0.2.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Test cases for RFC 9113 (HTTP/2) """ documentation = "https://docs.rs/httpwg" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bearcove/loona" [lib] name = "httpwg" path = "src/lib.rs" [dependencies.b-x] version = "1.0.3" [dependencies.buffet] version = "0.3.3" [dependencies.bytes] version = "1.7.1" [dependencies.enumflags2] version = "0.7.10" [dependencies.eyre] version = "0.6.12" [dependencies.futures-util] version = "0.3.30" [dependencies.loona-h2] version = "0.4.2" [dependencies.loona-hpack] version = "0.4.3" [dependencies.pretty-hex] version = "0.4.1" [dependencies.tokio] version = "1.39.2" features = ["time"] [dependencies.tracing] version = "0.1.40"