perfgate-render 0.15.1

Rendering utilities for perfgate output (markdown, GitHub annotations)
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"
rust-version = "1.92"
name = "perfgate-render"
version = "0.15.1"
authors = ["Effortless Metrics"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rendering utilities for perfgate output (markdown, GitHub annotations)"
homepage = "https://github.com/EffortlessMetrics/perfgate"
documentation = "https://docs.rs/perfgate-render"
readme = "README.md"
keywords = [
    "markdown",
    "github",
    "annotations",
    "rendering",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/perfgate"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.handlebars]
version = "6.3"

[dependencies.perfgate-types]
version = "0.15.1"

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.insta]
version = "1.46.3"
features = ["json"]

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