repograph 0.4.0

Register, group, and expose local git repos as structured context for AI agents
# 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"
version = "0.4.0"
authors = ["Maik Basel <maik.basel@gmx.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Register, group, and expose local git repos 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.cargo-machete]
ignored = ["reqwest"]

[features]
default = []
semantic = ["repograph-core/semantic"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.axoupdater]
version = "0.10"
features = ["github_releases"]
default-features = false

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4"

[dependencies.cliclack]
version = "=0.5.4"

[dependencies.comfy-table]
version = "7"

[dependencies.dirs]
version = "6"

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

[dependencies.indicatif]
version = "0.18"

[dependencies.is-terminal]
version = "0.4"

[dependencies.rayon]
version = "1"

[dependencies.repograph-core]
version = "0.4.0"

[dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "webpki-roots",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.time]
version = "0.3"
features = [
    "std",
    "formatting",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "net",
    "time",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[dev-dependencies.git2]
version = "0.21"
features = ["vendored-libgit2"]
default-features = false

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

[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"