context-footprint 0.1.0

A static analysis tool for measuring architectural context exposure in codebases.
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 = "context-footprint"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A static analysis tool for measuring architectural context exposure in codebases."
readme = "README.md"
keywords = [
    "static-analysis",
    "metrics",
    "context",
    "scip",
    "code-architect",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/AiricDev/context-footprint"

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

[[bin]]
name = "cftool"
path = "src/main.rs"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.memmap2]
version = "0.9"

[dependencies.petgraph]
version = "0.6"

[dependencies.prost]
version = "0.13"

[dependencies.prost-types]
version = "0.13"

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

[dependencies.serde_json]
version = "1.0"

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

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

[build-dependencies.prost-build]
version = "0.13"