# 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 = "rs-svc" version = "0.1.1" authors = ["intfish123 "] description = "Rust service wrapper that run on Linux" documentation = "https://docs.rs/rs-svc" readme = "README.md" keywords = [ "signal", "unix", "daemon", ] license = "MIT" repository = "https://github.com/intfish123/rs-svc" [dependencies.anyhow] version = "1.0" [dependencies.signal-hook] version = "0.3" features = [ "default", "extended-siginfo", ] [badges.maintenance] status = "actively-developed"