# 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-seqpacket" version = "0.8.0" authors = [ "Maarten de Vries ", "Fizyr B.V. ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "unix seqpacket sockets for tokio" readme = "README.md" keywords = [ "seqpacket", "socket", "unix", "async", "tokio", ] categories = [ "network-programming", "os::unix-apis", ] license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/tokio-seqpacket-rs" [lib] name = "tokio_seqpacket" path = "src/lib.rs" [[test]] name = "abstract_namespace" path = "tests/abstract_namespace.rs" [[test]] name = "ancillary_fds" path = "tests/ancillary_fds.rs" [[test]] name = "ancillary_fds_dropped" path = "tests/ancillary_fds_dropped.rs" [[test]] name = "listener" path = "tests/listener.rs" [[test]] name = "multiple_fds" path = "tests/multiple_fds.rs" [[test]] name = "raw_fd" path = "tests/raw_fd.rs" [[test]] name = "socket" path = "tests/socket.rs" [[test]] name = "split" path = "tests/split.rs" [dependencies.filedesc] version = "0.6.1" [dependencies.libc] version = "0.2.137" [dependencies.tokio] version = "1.22" features = ["net"] [dev-dependencies.assert2] version = "0.3.7" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.tokio] version = "1.22" features = [ "rt", "rt-multi-thread", "macros", "time", ]