repograph-core 0.2.1

Core library for repograph: registering, grouping, and exposing local git repositories as structured context for AI agents.
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.85"
name = "repograph-core"
version = "0.2.1"
authors = ["Maik Basel <maik.basel@gmx.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for repograph: registering, grouping, and exposing local git repositories as structured context for AI agents."
homepage = "https://github.com/maikbasel/repograph"
readme = "README.md"
license = "MIT"
repository = "https://github.com/maikbasel/repograph"
resolver = "2"

[package.metadata.dist]
dist = false

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

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

[dependencies.dirs]
version = "5"

[dependencies.dunce]
version = "1"

[dependencies.fs-err]
version = "3"

[dependencies.git2]
version = "0.20"
features = [
    "vendored-libgit2",
    "vendored-openssl",
    "https",
    "ssh",
]
default-features = false

[dependencies.globset]
version = "0.4"

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

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"

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

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

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

[lints.clippy]
all = "warn"
expect_used = "warn"
nursery = "warn"
pedantic = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"