aiscope 0.1.0

DevTools for your AI coding tools' memory. See what Cursor, Claude Code, and Copilot actually remember about your project — and where they disagree.
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 = "aiscope"
version = "0.1.0"
authors = ["aiscope contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DevTools for your AI coding tools' memory. See what Cursor, Claude Code, and Copilot actually remember about your project — and where they disagree."
homepage = "https://aiscope.dev"
documentation = "https://docs.rs/aiscope"
readme = "README.md"
keywords = [
    "ai",
    "cursor",
    "claude",
    "copilot",
    "devtools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Jayanth-MKV/aiscope"

[features]
default = []
lite = []
semantic = [
    "dep:fastembed",
    "dep:ort",
]

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.caseless]
version = "0.2"

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

[dependencies.cosmic-text]
version = "0.12"

[dependencies.crossterm]
version = "0.28"

[dependencies.directories]
version = "5"

[dependencies.fastembed]
version = "4"
features = ["ort-download-binaries"]
optional = true
default-features = false

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.miette]
version = "7"
features = ["fancy-no-backtrace"]

[dependencies.notify]
version = "6"

[dependencies.ort]
version = "2.0.0-rc.9"
features = [
    "download-binaries",
    "ndarray",
]
optional = true
default-features = false

[dependencies.pulldown-cmark]
version = "0.12"
default-features = false

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1"

[dependencies.rust-stemmers]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.tiktoken-rs]
version = "0.6"

[dependencies.tiny-skia]
version = "0.11"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.walkdir]
version = "2"

[dev-dependencies.insta]
version = "1"
features = ["json"]

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

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true