cargo-test-json-2-html 0.1.1

Convert cargo test JSON output to beautiful, self-contained HTML reports
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 = "2024"
name = "cargo-test-json-2-html"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert cargo test JSON output to beautiful, self-contained HTML reports"
readme = "README.md"
keywords = [
    "cargo",
    "test",
    "html",
    "report",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rcoh/cargo-test-json-2-html"

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

[[bin]]
name = "cargo-test-json-2-html"
path = "src/main.rs"

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

[dependencies.bon]
version = "3.7.2"

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

[dependencies.handlebars]
version = "6.3.2"

[dependencies.html-escape]
version = "0.2.13"

[dependencies.regex]
version = "1.11.2"

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

[dependencies.serde_json]
version = "1.0.143"

[dev-dependencies.insta]
version = "1.43.2"

[dev-dependencies.proptest]
version = "1.5.0"