[package]
edition = "2024"
name = "tokmd-format"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Output formatting and serialization (Markdown, JSON, CSV) for tokmd."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-format"
readme = "README.md"
keywords = [
"formatting",
"markdown",
"json",
"csv",
"serialization",
]
categories = [
"development-tools",
"encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"
[lib]
name = "tokmd_format"
path = "src/lib.rs"
[[test]]
name = "bdd"
path = "tests/bdd.rs"
[[test]]
name = "bdd_rendering"
path = "tests/bdd_rendering.rs"
[[test]]
name = "deep_format_w47"
path = "tests/deep_format_w47.rs"
[[test]]
name = "deep_w38"
path = "tests/deep_w38.rs"
[[test]]
name = "deep_w67"
path = "tests/deep_w67.rs"
[[test]]
name = "determinism_w40"
path = "tests/determinism_w40.rs"
[[test]]
name = "determinism_w42"
path = "tests/determinism_w42.rs"
[[test]]
name = "determinism_w66"
path = "tests/determinism_w66.rs"
[[test]]
name = "diff_deep"
path = "tests/diff_deep.rs"
[[test]]
name = "edge_w76"
path = "tests/edge_w76.rs"
[[test]]
name = "error_cases"
path = "tests/error_cases.rs"
[[test]]
name = "export_deep"
path = "tests/export_deep.rs"
[[test]]
name = "feature_stability_w53"
path = "tests/feature_stability_w53.rs"
[[test]]
name = "format_contract_w64"
path = "tests/format_contract_w64.rs"
[[test]]
name = "format_depth_w58"
path = "tests/format_depth_w58.rs"
[[test]]
name = "format_depth_w63"
path = "tests/format_depth_w63.rs"
[[test]]
name = "format_roundtrip_w52"
path = "tests/format_roundtrip_w52.rs"
[[test]]
name = "format_snapshot_w58"
path = "tests/format_snapshot_w58.rs"
[[test]]
name = "format_tests"
path = "tests/format_tests.rs"
[[test]]
name = "fuzz_w73"
path = "tests/fuzz_w73.rs"
[[test]]
name = "mutation_coverage_w50"
path = "tests/mutation_coverage_w50.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[[test]]
name = "proptest_deep"
path = "tests/proptest_deep.rs"
[[test]]
name = "proptest_expansion_w50"
path = "tests/proptest_expansion_w50.rs"
[[test]]
name = "proptest_w43"
path = "tests/proptest_w43.rs"
[[test]]
name = "scan_args_reexport"
path = "tests/scan_args_reexport.rs"
[[test]]
name = "schema_output_w53"
path = "tests/schema_output_w53.rs"
[[test]]
name = "snapshot_deep"
path = "tests/snapshot_deep.rs"
[[test]]
name = "snapshot_format_w50"
path = "tests/snapshot_format_w50.rs"
[[test]]
name = "snapshot_golden_w54"
path = "tests/snapshot_golden_w54.rs"
[[test]]
name = "snapshot_w40"
path = "tests/snapshot_w40.rs"
[[test]]
name = "snapshot_w45"
path = "tests/snapshot_w45.rs"
[[test]]
name = "snapshot_w70"
path = "tests/snapshot_w70.rs"
[[test]]
name = "snapshot_w74"
path = "tests/snapshot_w74.rs"
[[test]]
name = "snapshots"
path = "tests/snapshots.rs"
[dependencies.anyhow]
version = "1.0.101"
[dependencies.csv]
version = "1.4.0"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
[dependencies.time]
version = "0.3.47"
features = ["formatting"]
[dependencies.tokmd-redact]
version = "1.9.0"
[dependencies.tokmd-scan-args]
version = "1.9.0"
[dependencies.tokmd-settings]
version = "1.9.0"
[dependencies.tokmd-types]
version = "1.9.0"
[dependencies.uuid]
version = "1.22"
features = [
"v4",
"js",
]
[dev-dependencies.insta]
version = "1.46.3"
features = ["json"]
[dev-dependencies.proptest]
version = "1.10.0"
[dev-dependencies.serde_json]
version = "1.0.149"
[dev-dependencies.tempfile]
version = "3.27.0"