dracon-system 0.112.12

Disk, process, storage, and service diagnostics for local development machines
# 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 = "dracon-system"
version = "0.112.12"
build = false
exclude = [
    ".github/",
    "docs/",
    "*.md",
    "!README.md",
    "Cargo.lock",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Disk, process, storage, and service diagnostics for local development machines"
homepage = "https://github.com/DraconDev/dracon-utilities"
documentation = "https://docs.rs/dracon-system"
readme = "README.md"
keywords = [
    "disk",
    "process",
    "service",
    "diagnostics",
    "doctor",
]
categories = ["command-line-utilities"]
license = "AGPL-3.0-only"
repository = "https://github.com/DraconDev/dracon-utilities"

[[bin]]
name = "dracon-system"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

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

[dependencies.comfy-table]
version = "7"

[dependencies.dirs]
version = "6.0"

[dependencies.dracon-system-lib]
version = "94.2.7"

[dependencies.fs2]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "process",
    "time",
    "signal",
    "sync",
    "full",
]

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"