proc-janitor 0.3.0

Automatic orphan process cleaner daemon for macOS/Linux
# 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 = "proc-janitor"
version = "0.3.0"
authors = ["Jack <jhlee0409@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatic orphan process cleaner daemon for macOS/Linux"
homepage = "https://github.com/jhlee0409/proc-janitor"
readme = "README.md"
keywords = [
    "process",
    "daemon",
    "cleanup",
    "orphan",
    "macos",
]
categories = [
    "command-line-utilities",
    "os",
]
license = "MIT"
repository = "https://github.com/jhlee0409/proc-janitor"

[[bin]]
name = "proc-janitor"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.ctrlc]
version = "3"
features = ["termination"]

[dependencies.daemonize]
version = "0.5"

[dependencies.dirs]
version = "5"

[dependencies.fs2]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
]

[dependencies.owo-colors]
version = "4"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.supports-color]
version = "3"

[dependencies.sysinfo]
version = "0.31"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[profile.release]
opt-level = 3
lto = true
strip = true