# 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" version = "5.0.0" authors = ["EAimTY "] description = "Delicately-TUICed 0-RTT proxy protocol" 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" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = "1.4.0" features = ["std"] optional = true default-features = false [dependencies.futures-util] version = "0.3.28" features = [ "io", "std", ] optional = true default-features = false [dependencies.parking_lot] version = "0.12.1" optional = true default-features = false [dependencies.register-count] version = "0.1.0" features = ["std"] optional = true default-features = false [dependencies.thiserror] version = "1.0.40" optional = true default-features = false [dependencies.uuid] version = "1.3.3" features = ["std"] default-features = false [dev-dependencies] [features] async_marshal = [ "bytes", "futures-util", "thiserror", ] marshal = [ "bytes", "thiserror", ] model = [ "parking_lot", "register-count", "thiserror", ]