# 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" name = "pid1-exe" version = "0.1.3" description = "pid1 handling library for proper signal and zombie reaping of the PID1 process" homepage = "https://github.com/fpco/pid1-rs" readme = "README.md" keywords = [ "init", "pid1", "process", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/fpco/pid1-rs" [[bin]] name = "pid1" path = "src/main.rs" [dependencies.clap] version = "4.4.6" features = [ "std", "derive", "help", ] default-features = false [dependencies.pid1] version = "0.1.1" [dependencies.signal-hook] version = "0.3.17"