# 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-h3" version = "0.1.0" authors = ["Q Misell "] description = "Implementation of RFC 9113 HTTP/3" license = "MIT" repository = "https://github.com/TheEnbyperor/quiver" [dependencies.async-trait] version = "0.1.74" [dependencies.bitstream-io] version = "1.7.0" [dependencies.log] version = "0.4.20" [dependencies.quiche-tokio] version = "0.1" [dependencies.quiver-qpack] version = "0.1" [dependencies.tokio] version = "1.33.0" features = [] [dependencies.tokio-bitstream-io] version = "0.0.7" [dev-dependencies.hex] version = "0.4.3"