# 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 = "tagref" version = "1.10.0" authors = ["Stephan Boyer "] 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" [dependencies.atty] version = "0.2" [dependencies.clap] version = "2" features = ["wrap_help"] [dependencies.colored] version = "1" [dependencies.ignore] version = "0.4" [dependencies.regex] version = "1" [lints.clippy] all = "deny" default_numeric_fallback = "deny" pedantic = "deny" [lints.rust] warnings = "deny"