[dependencies.anyhow]
version = "1.0.100"
[dependencies.askama]
version = "0.14.0"
[dependencies.chrono]
version = "0.4.42"
[dependencies.serde]
features = ["derive", "default"]
version = "1.0.228"
[dependencies.serde-sarif]
features = ["anyhow"]
version = "0.8.0"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.anyhow]
version = "=1.0.100"
[dev-dependencies.insta]
version = "=1.44.3"
[dev-dependencies.public-api]
version = "=0.50.1"
[dev-dependencies.rstest]
version = "=0.26.1"
[dev-dependencies.rustdoc-json]
version = "=0.9.7"
[dev-dependencies.rustup-toolchain]
version = "=0.1.10"
[dev-dependencies.tempfile]
version = "=3.23.0"
[lib]
name = "sarif_to_md_core"
path = "src/lib.rs"
[package]
authors = ["Nelson Silva <nelson.emanuel.silva@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Core library for converting SARIF security reports to Markdown."
edition = "2021"
homepage = "https://github.com/fulgas/sarif-to-md-rs"
keywords = ["sarif", "security", "vulnerability", "markdown", "reporting"]
license = "MIT OR Apache-2.0"
name = "sarif-to-md-core"
readme = "README.md"
repository = "https://github.com/fulgas/sarif-to-md-rs"
rust-version = "1.90"
version = "0.1.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs", "--hide-auto-traits", "--hide-blanket-impl"]
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"
[[test]]
name = "public_api_tests"
path = "tests/public_api_tests.rs"