# 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.70" name = "wtransport-proto" version = "0.5.0" authors = ["Biagio Festa"] build = false autobins = false autoexamples = false autotests = false autobenches = false 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", ] [lib] name = "wtransport_proto" path = "src/lib.rs" [dependencies.httlib-huffman] version = "0.3.4" [dependencies.octets] version = "0.3.0" [dependencies.thiserror] version = "1.0.50" [dependencies.url] version = "2.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.28.1" features = [ "macros", "rt-multi-thread", ] default-features = false [features] async = [] default = []