listenfd 1.0.1

A simple library to work with listenfds passed from the outside (systemd/catflap socket activation)
Documentation
[dev-dependencies.hyper]
version = "0.14.16"

[dev-dependencies.tokio]
features = ["full"]
version = "1.15.0"

[dev-dependencies.warp]
version = "0.3.2"

[package]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
categories = ["os::unix-apis"]
description = "A simple library to work with listenfds passed from the outside (systemd/catflap socket activation)"
edition = "2018"
homepage = "https://github.com/mitsuhiko/rust-listenfd"
keywords = ["socket", "listenfd", "systemd", "socketactivation"]
license = "Apache-2.0"
name = "listenfd"
readme = "README.md"
version = "1.0.1"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.40"
[target."cfg(windows)".dependencies.uuid]
version = "1.0.0"

[target."cfg(windows)".dependencies.winapi]
features = ["winsock2", "processthreadsapi"]
version = "0.3.4"