# 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" rust-version = "1.65.0" name = "wtransport-proto_lightyear_patch" version = "0.1.8" authors = ["Biagio Festa"] description = "Implementation of the WebTransport (over HTTP3) protocol" readme = "README.md" keywords = ["webtransport"] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BiagioFesta/wtransport" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.ls-qpack] version = "0.1.3" [dependencies.octets] version = "0.2.0" [dependencies.url] version = "2.4.0" [dev-dependencies.tokio] version = "1.28.1" features = [ "macros", "rt-multi-thread", ] default-features = false [features] async = [] default = []