daemon_forge 0.1.0

A robust, cross-platform library for daemonizing Rust applications.
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"
name = "daemon_forge"
version = "0.1.0"
authors = ["Nicolás Núñez <nicon@duck.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A robust, cross-platform library for daemonizing Rust applications."
readme = "README.md"
keywords = [
    "daemon",
    "service",
    "background",
    "process",
    "windows",
]
categories = [
    "os",
    "os::windows-apis",
    "os::unix-apis",
]
license = "MIT"
repository = "https://github.com/ninunez14/daemon_forge"

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

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

[dependencies.signal-hook]
version = "0.3"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.sd-notify]
version = "0.4.5"