listenfd 0.3.2

A simple library to work with listenfds passed from the outside (systemd/catflap socket activation)
Documentation
[package]
name = "listenfd"
version = "0.3.2"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "A simple library to work with listenfds passed from the outside (systemd/catflap socket activation)"
keywords = ["socket", "listenfd", "systemd", "socketactivation"]
homepage = "https://github.com/mitsuhiko/rust-listenfd"
readme = "README.md"
license = "MIT/Apache-2.0"

[target."cfg(not(windows))".dependencies]
libc = "0.2.40"

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