# 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 = "uni-stream" version = "0.2.0" authors = ["LB7666 "] description = "Provides universal stream for TCP and UDP traffic and custom DNS resolution service" readme = "README.md" keywords = [ "stream", "udp", "tcp", "ip", "dns", ] license = "MIT" repository = "https://github.com/acking-you/uni-stream" [dependencies.bytes] version = "1.5.0" [dependencies.flume] version = "0.11.0" features = ["async"] default-features = false [dependencies.futures] version = "0.3.30" [dependencies.hashbrown] version = "0.14.3" [dependencies.once_cell] version = "1.18.0" [dependencies.tokio] version = "1.36.0" features = [ "rt", "sync", "net", "macros", "io-util", ] [dependencies.tracing] version = "0.1.40" [dependencies.trust-dns-resolver] version = "0.23.2" [features] default = ["udp-timeout"] udp-timeout = []