# 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 = "tuic-quinn" version = "0.1.0" authors = ["EAimTY "] description = "A thin layer on top of quinn to provide functions for TUIC" readme = "README.md" keywords = [ "network", "proxy", "quic", "tuic", ] categories = ["network-programming"] license = "GPL-3.0-or-later" repository = "https://github.com/EAimTY/tuic" resolver = "1" [dependencies.bytes] version = "1.4.0" features = ["std"] default-features = false [dependencies.futures-util] version = "0.3.28" features = [ "io", "std", ] default-features = false [dependencies.quinn] version = "0.10.1" features = ["futures-io"] default-features = false [dependencies.thiserror] version = "1.0.40" default-features = false [dependencies.tuic] version = "5.0.0" features = [ "async_marshal", "marshal", "model", ] default-features = false [dependencies.uuid] version = "1.3.3" features = ["std"] default-features = false