buildfix-render 0.3.1

Markdown renderers for buildfix plan, apply, and comment artifacts
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 = "buildfix-render"
version = "0.3.1"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown renderers for buildfix plan, apply, and comment artifacts"
homepage = "https://github.com/EffortlessMetrics/buildfix"
readme = "README.md"
keywords = [
    "cargo",
    "markdown",
    "reporting",
    "artifacts",
    "render",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/buildfix"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0.101"

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

[dependencies.camino]
version = "1.2.2"
features = ["serde1"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.pretty_assertions]
version = "1.4.1"