# 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 = "2018" name = "daemonizr" version = "0.1.5" authors = ["Alex Ellwein "] description = "Small crate which helps with writing daemon applications in Rust" readme = "README.md" keywords = [ "daemon", "daemonize", "unix", ] categories = ["os::unix-apis"] license = "MIT" repository = "https://github.com/aellwein/daemonizr" [dependencies.nix] version = "0.26.2"