# 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 = "2018" name = "clang-tidy-sarif" version = "0.6.6" authors = ["Paul Sastrasinh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert clang-tidy output to SARIF" homepage = "https://psastras.github.io/sarif-rs/" documentation = "https://docs.rs/clang_tidy_sarif" readme = "README.md" keywords = [ "sarif", "clang-tidy", "clang", "lint", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/psastras/sarif-rs" [package.metadata.binstall] pkg-fmt = "bin" pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }" [[bin]] name = "clang-tidy-sarif" path = "src/bin.rs" [[test]] name = "version-numbers" path = "tests/version-numbers.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.duct] version = "0.13.7" [dependencies.serde-sarif] version = "0.6.6" features = ["clang-tidy-converters"] [dev-dependencies.version-sync] version = "0.9" [badges.github] repository = "psastras/sarif-rs"