fd-queue 1.0.0-beta.1

A library to support fd passing on Unix sockets.
Documentation
[dependencies.futures-core]
optional = true
version = "0.3.5"

[dependencies.futures-util]
optional = true
version = "0.3.5"

[dependencies.mio]
optional = true
version = "0.6.22"

[dependencies.nix]
optional = true
version = "0.17.0"

[dependencies.pin-project]
optional = true
version = "0.4.22"

[dependencies.socket2]
features = ["unix"]
optional = true
version = "0.3.12"

[dependencies.tokio]
features = ["io-driver", "io-util"]
optional = true
version = "0.2.21"

[dependencies.tracing]
optional = true
version = "0.1.15"
[dev-dependencies.assert_matches]
version = "1.3.0"

[dev-dependencies.tempfile]
version = "3.1.0"

[dev-dependencies.tokio]
features = ["rt-threaded", "macros"]
version = "0.2.21"

[features]
mio-fd = ["net-fd", "mio"]
net-fd = ["nix", "tracing"]
tokio-fd = ["mio-fd", "tokio", "socket2", "pin-project", "futures-core", "futures-util"]

[package]
authors = ["Steven Bosnick <sbosnick@sympatico.ca>"]
categories = ["asynchronous", "os::unix-apis"]
description = "A library to support fd passing on Unix sockets."
edition = "2018"
keywords = ["fd", "unix", "socket", "domain"]
license = "MIT OR Apache-2.0"
name = "fd-queue"
readme = "README.md"
repository = "https://github.com/kettleby/fd-queue"
version = "1.0.0-beta.1"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]