edera-check 0.2.13

CLI to run checks before installing or using Edera
Documentation
# 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 = "2024"
name = "edera-check"
version = "0.2.13"
build = false
exclude = [
    ".github",
    ".release-plz.toml",
    "**/*.orig",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI to run checks before installing or using Edera"
homepage = "https://github.com/edera-dev/edera-check"
readme = "README.md"
keywords = [
    "edera",
    "preinstall",
    "postinstall",
    "cli",
    "check",
]
license = "Apache-2.0"
repository = "https://github.com/edera-dev/edera-check"

[lib]
name = "edera_check"
path = "src/lib.rs"

[[bin]]
name = "edera-check"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.console]
version = "0.16"

[dependencies.env_logger]
version = "0.11"

[dependencies.flate2]
version = "1.1"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.31"
features = [
    "sched",
    "user",
]

[dependencies.procfs]
version = "0.18"

[dependencies.sysinfo]
version = "0.38"

[dependencies.tar]
version = "0.4"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"
features = [
    "io-util",
    "net",
]

[dependencies.tokio-util]
version = "0.7"