# 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 = "loona-hpack" version = "0.4.3" authors = [ "Amos Wenger ", "Marko Lalic ", ] build = false exclude = ["fixtures/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "HPACK codec for the loona HTTP implementation" documentation = "https://docs.rs/loona-hpack" readme = "README.md" keywords = [ "loona", "hpack", "http2", "encoding", "decoding", ] license = "MIT" repository = "https://github.com/bearcove/loona" [lib] name = "loona_hpack" path = "src/lib.rs" [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.serde] version = "1.0.206" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.122" [dev-dependencies.thiserror] version = "1.0.63" [features] interop-tests = []