maudit-cli 0.7.0

CLI to operate on maudit projects.
# 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 = "maudit-cli"
version = "0.7.0"
build = false
include = [
    "js/dist/**/**",
    "src/**",
    "Cargo.toml",
    "Cargo.lock",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI to operate on maudit projects."
readme = false
license = "MIT"

[[bin]]
name = "maudit"
path = "src/main.rs"

[dependencies.axum]
version = "0.8.8"
features = ["ws"]

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.chrono]
version = "0.4.43"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.depinfo]
version = "0.7"

[dependencies.flate2]
version = "1.1.8"

[dependencies.futures]
version = "0.3"

[dependencies.inquire]
version = "0.9.2"

[dependencies.local-ip-address]
version = "0.6.9"

[dependencies.notify]
version = "8.2.0"

[dependencies.notify-debouncer-full]
version = "0.7.0"

[dependencies.quanta]
version = "0.12.6"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde_json]
version = "1.0"

[dependencies.spinach]
version = "3"

[dependencies.tar]
version = "0.4.44"

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

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

[dependencies.toml_edit]
version = "0.24.0"

[dependencies.tower-http]
version = "0.6.8"
features = [
    "fs",
    "trace",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "=0.3.19"
features = [
    "env-filter",
    "chrono",
]

[dependencies.ureq]
version = "3.1.4"

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