daemonbase 0.1.5

A library for providing the foundation for daemon processes.
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 = "2024"
rust-version = "1.87"
name = "daemonbase"
version = "0.1.5"
authors = ["NLnet Labs <rust-team@nlnetlabs.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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^"

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

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

[dependencies.clap]
version = "4.5.51"
features = ["derive"]

[dependencies.jiff]
version = "0.2.15"

[dependencies.log]
version = "0.4.8"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tokio]
version = "1.40"
features = [
    "macros",
    "signal",
]
optional = true

[dependencies.toml_edit]
version = "0.25.11"

[target."cfg(unix)".dependencies.nix]
version = "0.31"
features = [
    "fs",
    "net",
    "process",
    "socket",
    "user",
]

[target."cfg(unix)".dependencies.syslog]
version = "7"

[target."cfg(unix)".dependencies.time]
version = "0.3.9"