# 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 = "tokio-h2mux" version = "0.0.3" description = "Stream multiplexing via HTTP/2 (like yamux)" homepage = "https://github.com/Gowee/noisy-shuttle/tree/main/h2mux" keywords = [ "http2", "networking", ] categories = ["network-programming"] license = "MIT" [dependencies.bytes] version = "1.4.0" [dependencies.h2] version = "0.3.21" [dependencies.http] version = "0.2.9" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.29" features = ["time"] [dependencies.tracing] version = "0.1.37"