tokmd-core 1.9.0

High-level API façade for tokmd. The recommended entry point for library usage.
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-core"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level API façade for tokmd. The recommended entry point for library usage."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-core"
readme = "README.md"
keywords = [
    "code-analysis",
    "api",
    "inventory",
    "receipts",
    "tokei",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"

[features]
analysis = [
    "tokmd-analysis-types",
    "dep:tokmd-analysis",
    "tokmd-analysis/git",
    "tokmd-analysis/walk",
    "tokmd-analysis/content",
    "tokmd-analysis/effort",
    "tokmd-analysis/fun",
    "tokmd-analysis/archetype",
    "tokmd-analysis/halstead",
    "tokmd-analysis/topics",
]
cockpit = [
    "dep:tokmd-cockpit",
    "dep:tokmd-git",
]
default = []

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

[[test]]
name = "bindings_parity"
path = "tests/bindings_parity.rs"

[[test]]
name = "core_deep_w64"
path = "tests/core_deep_w64.rs"

[[test]]
name = "core_depth_w57"
path = "tests/core_depth_w57.rs"

[[test]]
name = "core_determinism_w53"
path = "tests/core_determinism_w53.rs"

[[test]]
name = "cross_crate_pipeline"
path = "tests/cross_crate_pipeline.rs"

[[test]]
name = "deep_core_round2_w51"
path = "tests/deep_core_round2_w51.rs"

[[test]]
name = "deep_w38"
path = "tests/deep_w38.rs"

[[test]]
name = "deep_w67"
path = "tests/deep_w67.rs"

[[test]]
name = "error_boundary"
path = "tests/error_boundary.rs"

[[test]]
name = "error_types"
path = "tests/error_types.rs"

[[test]]
name = "error_w70"
path = "tests/error_w70.rs"

[[test]]
name = "ffi_contract"
path = "tests/ffi_contract.rs"

[[test]]
name = "ffi_deep"
path = "tests/ffi_deep.rs"

[[test]]
name = "ffi_deep_w77"
path = "tests/ffi_deep_w77.rs"

[[test]]
name = "ffi_expansion"
path = "tests/ffi_expansion.rs"

[[test]]
name = "ffi_fixture_deep"
path = "tests/ffi_fixture_deep.rs"

[[test]]
name = "ffi_in_memory_w81"
path = "tests/ffi_in_memory_w81.rs"

[[test]]
name = "ffi_parity_w53"
path = "tests/ffi_parity_w53.rs"

[[test]]
name = "ffi_w43"
path = "tests/ffi_w43.rs"

[[test]]
name = "in_memory_w80"
path = "tests/in_memory_w80.rs"

[[test]]
name = "integration_pipeline"
path = "tests/integration_pipeline.rs"

[[test]]
name = "integration_w73"
path = "tests/integration_w73.rs"

[[test]]
name = "json_api"
path = "tests/json_api.rs"

[[test]]
name = "pipeline_integration"
path = "tests/pipeline_integration.rs"

[[test]]
name = "pipeline_w40"
path = "tests/pipeline_w40.rs"

[[test]]
name = "proptest_expansion_w50"
path = "tests/proptest_expansion_w50.rs"

[[test]]
name = "workflow_deep"
path = "tests/workflow_deep.rs"

[[test]]
name = "workflow_robustness_w53"
path = "tests/workflow_robustness_w53.rs"

[[test]]
name = "workflow_v2"
path = "tests/workflow_v2.rs"

[[test]]
name = "workflows"
path = "tests/workflows.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokmd-analysis]
version = "1.9.0"
optional = true

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

[dependencies.tokmd-cockpit]
version = "1.9.0"
optional = true

[dependencies.tokmd-config]
version = "1.9.0"

[dependencies.tokmd-format]
version = "1.9.0"

[dependencies.tokmd-git]
version = "1.9.0"
optional = true

[dependencies.tokmd-model]
version = "1.9.0"

[dependencies.tokmd-scan]
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"

[dev-dependencies.anyhow]
version = "1.0.101"

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

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.tempfile]
version = "3"

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