# 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 = "fluke-hpack" version = "0.3.1" authors = [ "Marko Lalic ", "Amos Wenger ", ] exclude = ["fixtures/*"] description = "A library implementing HPACK coding, for the fluke project" documentation = "https://docs.rs/fluke-hpack" readme = "README.md" keywords = [ "hpack", "http2", "encoding", "decoding", ] license = "MIT" repository = "https://github.com/bearcove/fluke" [dependencies.tracing] version = "0.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.114" [dev-dependencies.thiserror] version = "1.0.58" [features] interop-tests = []