code-ranker-graph 2.0.0

Operations over the Code Ranker property-graph model: cycles, coupling, stats, snapshot.
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-graph"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Operations over the Code Ranker property-graph model: cycles, coupling, stats, snapshot."
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_graph"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

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

[dependencies.serde_json]
version = "1.0"