# 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 = "run-clang-tidy" version = "0.3.1" authors = ["Martin Lampacher "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Cross platform CLI wrapper for executing clang-tidy based paths or globs specified in a JSON input file. """ homepage = "https://github.com/lmapii/run-clang-tidy" readme = "README.md" keywords = [ "clang-tidy", "glob", "search", ] license-file = "LICENSE" repository = "https://github.com/lmapii/run-clang-tidy" [profile.release] strip = true [lib] name = "run_clang_tidy" path = "src/lib.rs" [[bin]] name = "run-clang-tidy" path = "src/main.rs" [[test]] name = "invoke" path = "tests/invoke.rs" [dependencies.clap] version = "4" features = [ "derive", "cargo", "wrap_help", ] [dependencies.color-eyre] version = "0.6" features = ["capture-spantrace"] default-features = false [dependencies.console] version = "0.15" features = ["ansi-parsing"] default-features = false [dependencies.env_logger] version = "0.10" [dependencies.eyre] version = "0.6" [dependencies.globmatch] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.rayon] version = "1.10" [dependencies.regex] version = "1.11" [dependencies.schemars] version = "0.8" [dependencies.scopeguard] version = "1.2" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.doc-comment] version = "0.3"