shellcheck-sarif 0.6.6

Convert shellcheck output to SARIF
[badges.github]
repository = "psastras/sarif-rs"

[[bin]]
name = "shellcheck-sarif"
path = "src/bin.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.clap]
features = ["derive"]
version = "4.5.16"

[dependencies.serde-sarif]
features = ["shellcheck-converters"]
version = "0.6.6"

[dev-dependencies.version-sync]
version = "0.9"

[package]
authors = ["Paul Sastrasinh <psastras@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Convert shellcheck output to SARIF"
documentation = "https://docs.rs/shellcheck_sarif"
edition = "2018"
homepage = "https://psastras.github.io/sarif-rs/"
keywords = ["sarif", "shellcheck", "shell", "cli"]
license = "MIT"
name = "shellcheck-sarif"
readme = "README.md"
repository = "https://github.com/psastras/sarif-rs"
version = "0.6.6"

[package.metadata.binstall]
pkg-fmt = "bin"
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }"

[[test]]
name = "version-numbers"
path = "tests/version-numbers.rs"