grepvec 0.1.0

Code intelligence for AI agents — structural search, graph context, precise source extraction
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"
name = "grepvec"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code intelligence for AI agents — structural search, graph context, precise source extraction"
homepage = "https://grepvec.com"
readme = "README.md"
keywords = [
    "search",
    "neural",
    "code",
    "agents",
    "embeddings",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/grepvec/grepvec"

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

[[bin]]
name = "grepvec"
path = "src/bin/grepvec.rs"

[[bin]]
name = "grepvec-ui"
path = "src/bin/grepvec_ui.rs"

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

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

[dependencies.colored]
version = "2"

[dependencies.dirs]
version = "5"

[dependencies.eframe]
version = "0.31"
features = [
    "default_fonts",
    "wgpu",
]
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "rustls-tls",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "postgres",
    "uuid",
    "chrono",
    "tls-rustls",
]

[dependencies.tokio]
version = "1.37"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.toml]
version = "0.8"

[dependencies.tree-sitter]
version = "0.22"

[dependencies.tree-sitter-python]
version = "0.21"

[dependencies.tree-sitter-rust]
version = "0.21"

[dependencies.tree-sitter-typescript]
version = "0.21"

[dependencies.urlencoding]
version = "2.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dependencies.walkdir]
version = "2"

[dependencies.winit]
version = "0.30.12"