cockpitctl-render 0.3.0

Deterministic markdown and annotation rendering for cockpitctl 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"
rust-version = "1.92"
name = "cockpitctl-render"
version = "0.3.0"
authors = ["Effortless Metrics"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic markdown and annotation rendering for cockpitctl reports."
homepage = "https://github.com/EffortlessMetrics/cockpitctl"
readme = "README.md"
keywords = [
    "ci",
    "markdown",
    "rendering",
    "annotations",
    "deterministic",
]
categories = [
    "development-tools",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/cockpitctl"
resolver = "2"

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

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

[[bench]]
name = "render_benches"
path = "benches/render_benches.rs"
harness = false

[dependencies.cockpitctl-types]
version = "0.3.0"

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.rand]
version = "0.10.0"