[package]
edition = "2024"
name = "tokmd-export-tree"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Single-responsibility deterministic tree rendering from tokmd ExportData."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-export-tree"
readme = "README.md"
keywords = [
"tree",
"export",
"determinism",
"analysis",
"handoff",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"
[lib]
name = "tokmd_export_tree"
path = "src/lib.rs"
[[test]]
name = "bdd"
path = "tests/bdd.rs"
[[test]]
name = "deep"
path = "tests/deep.rs"
[[test]]
name = "deep_coverage"
path = "tests/deep_coverage.rs"
[[test]]
name = "deep_exporttree_w48"
path = "tests/deep_exporttree_w48.rs"
[[test]]
name = "deep_w43"
path = "tests/deep_w43.rs"
[[test]]
name = "export_tree_deep_w76"
path = "tests/export_tree_deep_w76.rs"
[[test]]
name = "export_tree_depth_w56"
path = "tests/export_tree_depth_w56.rs"
[[test]]
name = "export_tree_depth_w61"
path = "tests/export_tree_depth_w61.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[[test]]
name = "properties_w59"
path = "tests/properties_w59.rs"
[[test]]
name = "proptest_w53"
path = "tests/proptest_w53.rs"
[[test]]
name = "tree_construction_w59"
path = "tests/tree_construction_w59.rs"
[dependencies.tokmd-types]
version = "1.9.0"
[dev-dependencies.proptest]
version = "1.10.0"