code-split-complexity 1.0.0-alpha.2

Complexity metrics stage for Code Split: cyclomatic, cognitive, Halstead via rust-code-analysis.
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"
rust-version = "1.95"
name = "code-split-complexity"
version = "1.0.0-alpha.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Complexity metrics stage for Code Split: cyclomatic, cognitive, Halstead via rust-code-analysis."
readme = false
keywords = [
    "dependency-graph",
    "coupling",
    "refactoring",
    "code-quality",
    "static-analysis",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/ffedoroff/code-split"

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

[[example]]
name = "bench"
path = "examples/bench.rs"

[[example]]
name = "debug_spaces"
path = "examples/debug_spaces.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.code-split-core]
version = "1.0.0-alpha.2"

[dependencies.rust-code-analysis]
version = "0.0.26-cs.0"
package = "rust-code-analysis-code-split"

[dependencies.walkdir]
version = "2"

[dev-dependencies.syn]
version = "2"
features = [
    "full",
    "visit",
]