# 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 = "sarif-fmt" version = "0.6.6" authors = ["Paul Sastrasinh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "View (pretty print) SARIF files in terminal" homepage = "https://psastras.github.io/sarif-rs/" documentation = "https://docs.rs/clippy_sarif" readme = "README.md" keywords = [ "sarif", "fmt", "cli", "terminal", ] 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 = "sarif-fmt" path = "src/bin.rs" [[test]] name = "clang-tidy-test" path = "tests/clang-tidy-test.rs" [[test]] name = "clippy-test" path = "tests/clippy-test.rs" [[test]] name = "hadolint-test" path = "tests/hadolint-test.rs" [[test]] name = "shellcheck-test" path = "tests/shellcheck-test.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.codespan-reporting] version = "0.11.1" [dependencies.serde-sarif] version = "0.6.6" [dependencies.serde_json] version = "1.0.127" [dev-dependencies.duct] version = "0.13.7" [dev-dependencies.duct_sh] version = "0.13.7" [dev-dependencies.version-sync] version = "0.9" [badges.github] repository = "psastras/sarif-rs"