pkgrank 0.5.1

Centrality analysis for dependency graphs and file-level import graphs
# 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 = "2021"
rust-version = "1.80"
name = "pkgrank"
version = "0.5.1"
authors = ["Arc <attobop@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Centrality analysis for dependency graphs and file-level import graphs"
homepage = "https://github.com/arclabs561/pkgrank"
readme = "README.md"
keywords = [
    "dependency",
    "graph",
    "pagerank",
    "architecture",
    "analysis",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/pkgrank"

[features]
default = ["stdio"]
mcp-debug = []
stdio = [
    "dep:tokio",
    "dep:rmcp",
    "dep:schemars",
]

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

[dependencies.cargo_metadata]
version = "0.23.1"

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

[dependencies.dirs-next]
version = "2.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.graphops]
version = "0.1.4"
features = ["petgraph"]

[dependencies.petgraph]
version = "0.6"

[dependencies.rmcp]
version = "0.12.0"
features = [
    "macros",
    "server",
    "client",
    "transport-io",
    "transport-child-process",
    "schemars",
]
optional = true

[dependencies.rusqlite]
version = "0.33"
features = ["bundled"]

[dependencies.schemars]
version = "1.2.0"
features = ["derive"]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]
optional = true

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "2.10"
features = ["json"]

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.0"

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

[profile.dist]
lto = "thin"
inherits = "release"