baraddur 0.1.3

Project-agnostic file watcher that surfaces issues before CI
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"
rust-version = "1.85"
name = "baraddur"
version = "0.1.3"
build = false
exclude = [
    "docs/",
    "barad-dur.svg",
    "CLAUDE.md",
    "AGENTS.md",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project-agnostic file watcher that surfaces issues before CI"
homepage = "https://github.com/curtisault/baraddur"
documentation = "https://docs.rs/baraddur"
readme = "README.md"
keywords = [
    "file-watcher",
    "cli",
    "watch",
    "developer-tools",
    "ci",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/curtisault/baraddur"

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

[dependencies.crossterm]
version = "0.29"
features = ["events"]

[dependencies.dirs]
version = "6"

[dependencies.globset]
version = "0.4"

[dependencies.notify-debouncer-mini]
version = "0.7"

[dependencies.rustix]
version = "1"
features = ["termios"]

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

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

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

[dependencies.toml]
version = "1"

[dev-dependencies.rustix-openpty]
version = "0.2"

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

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

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