# 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" version = "0.1.0" authors = ["Kaede Akino "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of 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" [package.metadata.docs.rs] all-features = true [lib] name = "asport" path = "src/lib.rs" [dependencies.bytes] version = "1.6.1" 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.62" default-features = false [dependencies.uuid] version = "1.10.0" features = ["std"] default-features = false [dev-dependencies] [features] async_marshal = [ "bytes", "futures-util", ] marshal = ["bytes"] model = [ "parking_lot", "register-count", ]