kdo-graph 0.1.0-alpha.3

Internal crate for kdo — workspace dependency graph, discovery, traversal, content hashing. Not intended for direct use; API may change without notice.
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 = "2021"
rust-version = "1.75"
name = "kdo-graph"
version = "0.1.0-alpha.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal crate for kdo — workspace dependency graph, discovery, traversal, content hashing. Not intended for direct use; API may change without notice."
homepage = "https://github.com/vivekpal1/kdo"
readme = "README.md"
keywords = [
    "workspace",
    "monorepo",
    "mcp",
    "context",
    "polyglot",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/vivekpal1/kdo"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1.5"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.kdo-core]
version = "=0.1.0-alpha.3"

[dependencies.kdo-resolver]
version = "=0.1.0-alpha.3"

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.petgraph]
version = "0.6"
features = ["serde-1"]

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.kdo-core]
version = "=0.1.0-alpha.3"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.serde_json]
version = "1"