# 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 = "asport-quinn" version = "0.1.1" authors = ["Kaede Akino "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapped quinn to implement ASPORT protocol." readme = "README.md" keywords = [ "network", "proxy", "reverse-proxy", "quic", "asport", ] categories = ["network-programming"] license = "GPL-3.0-or-later" repository = "https://github.com/AkinoKaede/asport" [lib] name = "asport_quinn" path = "src/lib.rs" [dependencies.asport] version = "0.1.0" features = [ "async_marshal", "marshal", "model", ] [dependencies.bytes] version = "1.6.1" features = ["std"] default-features = false [dependencies.futures-util] version = "0.3.30" features = [ "io", "std", ] default-features = false [dependencies.quinn] version = "0.11.4" features = ["futures-io"] default-features = false [dependencies.thiserror] version = "1.0.62" default-features = false [dependencies.uuid] version = "1.10.0" features = ["std"] default-features = false