# 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 = "spirit-daemonize" version = "0.5.1" authors = ["Michal 'vorner' Vaner "] include = ["Cargo.toml", "README.md", "src/**"] description = "Spirit helpers and config fragments to daemonize" documentation = "https://docs.rs/spirit-daemonize" readme = "README.md" keywords = ["unix", "daemon", "service", "spirit"] categories = ["config", "os::unix-apis"] license = "Apache-2.0 OR MIT" repository = "https://github.com/vorner/spirit" [dependencies.err-context] version = "~0.1" [dependencies.log] version = "~0.4" [dependencies.nix] version = "~0.23" [dependencies.privdrop] version = "~0.5" [dependencies.serde] version = "~1" features = ["derive"] [dependencies.spirit] version = "~0.4" default-features = false [dependencies.structdoc] version = "~0.1" optional = true [dependencies.structopt] version = "~0.3" default-features = false [features] cfg-help = ["spirit/cfg-help", "structdoc"] default = ["cfg-help"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "vorner/spirit"