fork 0.3.1

Library for creating a new process detached from the controlling terminal (daemon)
Documentation
[dependencies.libc]
version = "0.2"

[dev-dependencies.os_pipe]
version = "1.2"

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

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

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

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

[package]
authors = ["Nicolas Embriz <nbari@tequila.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::unix-apis", "api-bindings"]
description = "Library for creating a new process detached from the controlling terminal (daemon)"
documentation = "https://docs.rs/fork/latest/fork/"
edition = "2024"
homepage = "https://docs.rs/fork/latest/fork/"
keywords = ["fork", "setsid", "daemon", "process", "daemonize"]
license = "BSD-3-Clause"
name = "fork"
readme = "README.md"
repository = "https://github.com/immortal/fork"
version = "0.3.1"

[[test]]
name = "daemon_tests"
path = "tests/daemon_tests.rs"

[[test]]
name = "fork_tests"
path = "tests/fork_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"