code-ranker-complexity 1.0.0

Central, language-agnostic complexity metrics for Code Ranker (by file extension, 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.88"
name = "code-ranker-complexity"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Central, language-agnostic complexity metrics for Code Ranker (by file extension, 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-ranker"

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

[dependencies.code-ranker-graph]
version = "1.0.0"

[dependencies.code-ranker-plugin-api]
version = "1.0.0"

[dependencies.proc-macro2]
version = "1"
features = ["span-locations"]

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

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

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