[dependencies.libc]
version = "0.2"
[package]
authors = ["Artem V. Navrotskiy <bozaro@users.noreply.github.com>"]
description = "Library for creating simple Linux demons and Windows services."
documentation = "https://bozaro.github.io/daemon-rs/daemon/"
license = "MIT"
name = "daemon"
repository = "https://github.com/bozaro/daemon-rs"
version = "0.0.8"
[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winsvc"]
version = "0.3"