ygrep-cli 3.2.1

Fast, local, indexed code search for AI coding assistants
# 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 = "ygrep-cli"
version = "3.2.1"
authors = ["YetiDevWorks"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, local, indexed code search for AI coding assistants"
homepage = "https://github.com/yetidevworks/ygrep"
readme = "README.md"
keywords = [
    "search",
    "code-search",
    "grep",
    "cli",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/yetidevworks/ygrep"

[features]
default = ["embeddings"]
embeddings = ["ygrep-core/embeddings"]

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.dirs]
version = "5"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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

[dependencies.ureq]
version = "2"
features = ["json"]

[dependencies.walkdir]
version = "2"

[dependencies.ygrep-core]
version = "3.2.1"