blob: 2f350b7607e28788eeeba355ac7d4f2ac294c868 [file] [log] [blame]
# 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]
name = "daemonize"
version = "0.5.0"
authors = ["Fedor Gogolev <knsd@knsd.net>"]
description = "Library to enable your code run as a daemon process on Unix-like systems."
documentation = "https://docs.rs/daemonize"
readme = "README.md"
keywords = [
"daemon",
"daemonize",
"unix",
]
categories = ["os::unix-apis"]
license = "MIT/Apache-2.0"
repository = "https://github.com/knsd/daemonize"
[dependencies.libc]
version = "0.2.98"