# 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 = "tokio-unix-tcp" version = "0.2.0" authors = ["networkException "] description = "Unified Unix domain socket and TCP socket types for Tokio" homepage = "https://nwex.de/" readme = "README.md" license = "BSD-2-Clause OR MIT" repository = "https://github.com/networkException/tokio-unix-tcp" [dependencies.mio] version = "0.8.8" features = ["net"] [dependencies.serde] version = "1.0.188" features = ["derive"] optional = true [dependencies.tokio] version = "1.32.0" features = ["net"] [features] default = [] serde = ["dep:serde"] [target."cfg(unix)".dependencies.tokio-uds] version = "0.2.7"