todo-scan 0.1.3

Track TODO/FIXME/HACK comments with git-aware diff and CI gate
# 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 = "2021"
name = "todo-scan"
version = "0.1.3"
build = false
exclude = [
    "tests/",
    "docs/",
    ".github/",
    ".claude/",
    ".claude-plugin/",
    "benches/",
    "skills/",
    "schema/",
    "renovate.json",
    ".todo-scan.toml",
    "CLAUDE.md",
    "action.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Track TODO/FIXME/HACK comments with git-aware diff and CI gate"
homepage = "https://github.com/sotayamashita/todo-scan"
readme = "README.md"
keywords = [
    "todo",
    "fixme",
    "ci",
    "lint",
    "code-quality",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/sotayamashita/todo-scan"

[[bin]]
name = "todo-scan"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "1"

[dependencies.blake3]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "3"

[dependencies.ctrlc]
version = "3"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs]
version = "6"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.notify]
version = "8"

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

[dependencies.regex]
version = "1"

[dependencies.schemars]
version = "1.0"
features = ["derive"]

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

[dependencies.serde_json]
version = "1"

[dependencies.time]
version = "0.3"
features = ["local-offset"]

[dependencies.toml]
version = "1.0"

[dependencies.toml_edit]
version = "0.25"

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

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

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

[profile.dist]
lto = "thin"
inherits = "release"