# 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 = "2021" rust-version = "1.70" name = "daemonbase" version = "0.1.2" authors = ["NLnet Labs "] description = "A library for providing the foundation for daemon processes." homepage = "https://github.com/nlnetlabs/daemonbase/" documentation = "https://docs.rs/daemonbase/" readme = "README.md" keywords = [ "daemon", "logging", "system-service", ] categories = ["config"] license = "BSD-3-Clause" repository = "https://github.com/NLnetLabs/daemonbase^" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "~4.4" features = ["derive"] [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.95" features = ["derive"] [dependencies.toml_edit] version = "0.22" [target."cfg(unix)".dependencies.nix] version = "0.27.1" features = [ "fs", "process", "user", ] [target."cfg(unix)".dependencies.syslog] version = "6"