tokmd-analysis-html 1.9.0

Single-responsibility HTML renderer for tokmd analysis receipts.
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 = "tokmd-analysis-html"
version = "1.9.0"
build = false
include = [
    "src/",
    "README.md",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Single-responsibility HTML renderer for tokmd analysis receipts."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-analysis-html"
readme = "README.md"
keywords = [
    "analysis",
    "html",
    "report",
    "rendering",
    "visualization",
]
categories = [
    "development-tools",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.time]
version = "0.3.47"
features = [
    "formatting",
    "macros",
]

[dependencies.tokmd-analysis-types]
version = "1.9.0"

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

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

[dev-dependencies.tokmd-types]
version = "1.9.0"