# 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 = "2018" rust-version = "1.67" name = "h3i" version = "0.2.0" authors = [ "Lucas Pardue ", "Evan Rittenhouse ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level HTTP/3 debugging and testing" readme = "README.md" keywords = [ "quic", "http3", ] categories = ["network-programming"] license = "BSD-2-Clause" repository = "https://github.com/cloudflare/quiche" [lib] name = "h3i" path = "src/lib.rs" [[bin]] name = "h3i" path = "src/main.rs" [dependencies.clap] version = "3" [dependencies.env_logger] version = "0.6" [dependencies.http] version = "0.2" [dependencies.inquire] version = "0.6.2" [dependencies.log] version = "0.4" features = ["std"] [dependencies.mio] version = "0.8" features = [ "net", "os-poll", ] [dependencies.octets] version = "0.3" [dependencies.qlog] version = "0.13.0" [dependencies.quiche] version = "0.22" features = [ "internal", "qlog", ] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "1" [dependencies.smallvec] version = "1.11.2" [dependencies.url] version = "1"