reposcry-cli 0.1.3

Rust-native repository graph CLI for AI coding 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 = "2021"
name = "reposcry-cli"
version = "0.1.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native repository graph CLI for AI coding agents."
homepage = "https://github.com/zibouddd/reposcry"
documentation = "https://docs.rs/reposcry-cli"
readme = false
keywords = [
    "repo",
    "graph",
    "mcp",
    "ai",
    "cli",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/zibouddd/reposcry"

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

[[bin]]
name = "reposcry-update"
path = "src/bin/reposcry-update.rs"

[[bin]]
name = "reposcry-watch"
path = "src/bin/reposcry-watch.rs"

[[bin]]
name = "reposcry-export"
path = "src/bin/reposcry-export.rs"

[[bin]]
name = "reposcry-mcp-plus"
path = "src/bin/reposcry-mcp-plus.rs"

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.candle-core]
version = "0.10.2"

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

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

[dependencies.fastembed]
version = "5.13.4"
features = [
    "hf-hub-rustls-tls",
    "ort-download-binaries-rustls-tls",
    "nomic-v2-moe",
    "qwen3",
]
default-features = false

[dependencies.reposcry-cache]
version = "0.1.2"

[dependencies.reposcry-context]
version = "0.1.2"

[dependencies.reposcry-git]
version = "0.1.2"

[dependencies.reposcry-graph]
version = "0.1.2"

[dependencies.reposcry-indexer]
version = "0.1.2"

[dependencies.reposcry-report]
version = "0.1.2"

[dependencies.reposcry-rules]
version = "0.1.2"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

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

[target."cfg(windows)".build-dependencies.winresource]
version = "0.1.31"