[package]
edition = "2024"
name = "tagref"
version = "1.12.0"
authors = ["Stephan Boyer <stephan@stephanboyer.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tagref helps you maintain cross-references in your code."
homepage = "https://github.com/stepchowfun/tagref"
documentation = "https://github.com/stepchowfun/tagref"
readme = "README.md"
license = "MIT"
repository = "https://github.com/stepchowfun/tagref"
[[bin]]
name = "tagref"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = [
"derive",
"wrap_help",
]
[dependencies.colored]
version = "3"
[dependencies.ignore]
version = "0.4"
[dependencies.regex]
version = "1"
[lints.clippy]
default_numeric_fallback = "deny"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
warnings = "deny"