# 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 = "unix-udp-sock" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "async & sync UDP sockets supporting sendmsg/recvmsg and src IP manipulation" readme = "README.md" keywords = [ "udp", "async", "socket", "linux", "unix", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/leshow/unix-udp-sock" [lib] name = "unix_udp_sock" path = "src/lib.rs" [dependencies.bytes] version = "1.1.0" [dependencies.futures-core] version = "0.3.30" [dependencies.futures-sink] version = "0.3.30" [dependencies.libc] version = "0.2.153" [dependencies.pin-project-lite] version = "0.2.14" [dependencies.socket2] version = "0.5.6" [dependencies.tokio] version = "1.37.0" features = ["net"] [dependencies.tokio-util] version = "0.7.10" features = [ "codec", "net", ] [dependencies.tracing] version = "0.1.40"