tokmd-analysis-format 1.7.2

Formatting and rendering 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-format"
version = "1.7.2"
build = false
include = [
    "src/",
    "README.md",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Formatting and rendering for tokmd analysis receipts."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-analysis-format"
readme = "README.md"
keywords = [
    "formatting",
    "markdown",
    "json",
    "visualization",
    "code-analysis",
]
categories = [
    "development-tools",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"

[features]
default = []
fun = ["dep:tokmd-fun"]

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

[dependencies.anyhow]
version = "1.0.101"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokmd-analysis-html]
version = "1.7.2"

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

[dependencies.tokmd-fun]
version = "1.7.2"
optional = true

[dependencies.tokmd-types]
version = "1.7.2"

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

[dev-dependencies.midly]
version = "0.5.3"

[dev-dependencies.tokmd-analysis]
version = "1.7.2"