hblank-cli 0.4.2

Command-line harness for Hblank
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 = "hblank-cli"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line harness for Hblank"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/mmmeff/hblank"
resolver = "2"

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

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

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

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.globset]
version = "0.4.18"

[dependencies.notify]
version = "8.2.0"

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

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "0.9.8"

[dependencies.walkdir]
version = "2.5.0"

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

[lints.clippy]
module_name_repetitions = "allow"

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

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

[lints.rust]
unsafe_code = "forbid"