secreport 0.2.1

Output formatters for security findings — JSON, JSONL, SARIF, Markdown, Text
Documentation
# 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"
rust-version = "1.85"
name = "secreport"
version = "0.2.1"
authors = ["Corum Collective LLC <engineering@corumcollective.com>"]
build = false
exclude = ["target/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Output formatters for security findings — JSON, JSONL, SARIF, Markdown, Text"
readme = "README.md"
keywords = [
    "security",
    "sarif",
    "reporting",
    "jsonl",
    "findings",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/santhsecurity/secreport"

[lib]
name = "secreport"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "custom_reportable"
path = "examples/custom_reportable.rs"

[[example]]
name = "jsonl_export"
path = "examples/jsonl_export.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.secfinding]
version = ">=0.1.1, <0.3.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"