linux-disk-space-manager 1.0.7

a system controller for linux disk space management
# 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 = "linux-disk-space-manager"
version = "1.0.7"
authors = ["Keegan Bowen <carefuldata@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a system controller for linux disk space management"
homepage = "https://carefuldata.com"
readme = "README.md"
keywords = [
    "disk",
    "diskspace",
    "disk-controller",
    "linux-administration",
    "linux-controller",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/jpegleg/linux-disk-space-manager"

[badges.maintenance]
status = "actively-developed"

[[bin]]
name = "linux-disk-space-manager"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.flate2]
version = "1"

[dependencies.gethostname]
version = "0.4"

[dependencies.glob]
version = "0.3"

[dependencies.indexmap]
version = "=2.6.0"

[dependencies.nix]
version = "0.27"
features = ["fs"]

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

[dependencies.serde_yaml]
version = "0.9"

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