cargowatch 0.1.0

CLI/TUI application crate for monitoring Rust builds in managed and detected modes.
# 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"
rust-version = "1.94"
name = "cargowatch"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "cargowatch"
description = "CLI/TUI application crate for monitoring Rust builds in managed and detected modes."
homepage = "https://github.com/dunamismax/cargowatch"
documentation = "https://github.com/dunamismax/cargowatch#readme"
readme = "README.md"
keywords = [
    "cargo",
    "rust",
    "tui",
    "build",
    "monitoring",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/dunamismax/cargowatch"

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

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.cargowatch-core]
version = "0.1.0"

[dependencies.cargowatch-detector]
version = "0.1.0"

[dependencies.cargowatch-runner]
version = "0.1.0"

[dependencies.cargowatch-store]
version = "0.1.0"

[dependencies.cargowatch-ui]
version = "0.1.0"

[dependencies.clap]
version = "4.5.51"
features = [
    "derive",
    "env",
]

[dependencies.config]
version = "0.15.18"
features = ["toml"]
default-features = false

[dependencies.crossterm]
version = "0.29.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.ratatui]
version = "0.29.0"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.shell-words]
version = "1.1.0"

[dependencies.time]
version = "0.3.44"
features = [
    "formatting",
    "local-offset",
    "macros",
    "parsing",
    "serde",
]

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

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

[dependencies.tracing]
version = "0.1.41"

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

[dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "env-filter",
    "fmt",
    "time",
]

[dependencies.uuid]
version = "1.18.1"
features = [
    "serde",
    "v4",
]

[dev-dependencies.assert_cmd]
version = "2.1.1"

[dev-dependencies.predicates]
version = "3.1.3"

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

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"