[package]
edition = "2024"
name = "tokmd-analysis-api-surface"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API surface analysis for tokmd analysis receipts."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-analysis-api-surface"
readme = "README.md"
keywords = [
"analysis",
"api",
"surface",
"reporting",
"microcrate",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"
[lib]
name = "tokmd_analysis_api_surface"
path = "src/lib.rs"
[[test]]
name = "api_surface_depth_w55"
path = "tests/api_surface_depth_w55.rs"
[[test]]
name = "api_surface_depth_w61"
path = "tests/api_surface_depth_w61.rs"
[[test]]
name = "api_surface_w75"
path = "tests/api_surface_w75.rs"
[[test]]
name = "bdd"
path = "tests/bdd.rs"
[[test]]
name = "deep"
path = "tests/deep.rs"
[[test]]
name = "deep_apisurface_w49"
path = "tests/deep_apisurface_w49.rs"
[[test]]
name = "deep_coverage"
path = "tests/deep_coverage.rs"
[[test]]
name = "deep_w39"
path = "tests/deep_w39.rs"
[[test]]
name = "deep_w68"
path = "tests/deep_w68.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[[test]]
name = "unit"
path = "tests/unit.rs"
[dependencies.anyhow]
version = "1.0.101"
[dependencies.tokmd-analysis-types]
version = "1.9.0"
[dependencies.tokmd-analysis-util]
version = "1.9.0"
[dependencies.tokmd-content]
version = "1.9.0"
[dependencies.tokmd-types]
version = "1.9.0"
[dev-dependencies.proptest]
version = "1.10.0"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.tempfile]
version = "3.27.0"