reptr 0.8.0

Local-first pentest report generator: Markdown findings -> HTML/JSON/DOCX/PDF.
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.74"
name = "reptr"
version = "0.8.0"
authors = ["Viral Parmar"]
build = false
exclude = [
    "/.github/**",
    "/docs/**",
    "/graphify-out/**",
    "/reptr-build-plan.md",
    "/findings/**",
    "/output/**",
    "/tests/fixtures/sample-engagement/output/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first pentest report generator: Markdown findings -> HTML/JSON/DOCX/PDF."
homepage = "https://vral-parmar.github.io/reptr/"
documentation = "https://docs.rs/reptr"
readme = "README.md"
keywords = [
    "pentest",
    "security",
    "report",
    "markdown",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vral-parmar/reptr"

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

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

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

[[bin]]
name = "reptr"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1"

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

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

[dependencies.comrak]
version = "0.26"

[dependencies.console]
version = "0.15"

[dependencies.cvss]
version = "2"
features = [
    "v3",
    "std",
]

[dependencies.docx-rs]
version = "0.4"

[dependencies.gray_matter]
version = "0.2"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "gif",
]
default-features = false

[dependencies.minijinja]
version = "2"

[dependencies.notify]
version = "6"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.walkdir]
version = "2"

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

[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"