# 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 = "quiver-qpack" version = "0.1.1" authors = ["Q Misell <q@magicalcodewit.ch>"] description = "Implementation of RFC 9204 QPACK" license = "MIT" repository = "https://github.com/TheEnbyperor/quiver" [dependencies.async-trait] version = "0.1.74" [dependencies.bitstream-io] version = "1.7.0" [dependencies.phf] version = "0.11.2" default-features = false [dependencies.phf_shared] version = "0.11.2" [dependencies.tokio] version = "1.33.0" features = [ "io-util", "macros", "sync", "rt-multi-thread", ] [dependencies.tokio-bitstream-io] version = "0.0.7" [dev-dependencies.hex] version = "0.4.3" [build-dependencies.phf] version = "0.11.2" default-features = false [build-dependencies.phf_codegen] version = "0.11.2" [build-dependencies.phf_shared] version = "0.11.2"