listenfd 1.0.2

A simple library to work with listenfds passed from the outside (systemd/catflap socket activation)
Documentation
# 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 = "2018"
name = "listenfd"
version = "1.0.2"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple library to work with listenfds passed from the outside (systemd/catflap socket activation)"
homepage = "https://github.com/mitsuhiko/listenfd"
readme = "README.md"
keywords = [
    "socket",
    "listenfd",
    "systemd",
    "socketactivation",
]
categories = ["os::unix-apis"]
license = "Apache-2.0"

[lib]
name = "listenfd"
path = "src/lib.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[dev-dependencies.hyper]
version = "0.14.16"

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

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

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

[target."cfg(windows)".dependencies.uuid]
version = "1.0.0"

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