code-search 0.0.3

A command-line code search tool.
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 = "code-search"
version = "0.0.3"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line code search tool."
homepage = "https://github.com/feint123"
readme = "README.md"
keywords = [
    "grep",
    "ast",
    "search",
    "command-line",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/feint123/code-search"

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

[[bin]]
name = "code-search"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.15"

[dependencies.colored]
version = "2.1.0"

[dependencies.indicatif]
version = "0.17.8"

[dependencies.prettytable]
version = "0.10.0"

[dependencies.regex]
version = "1.10.6"

[dependencies.rustyline]
version = "14.0.0"
features = ["derive"]

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

[dependencies.tree-sitter-c]
version = "0.21.4"

[dependencies.tree-sitter-c-sharp]
version = "0.21.3"

[dependencies.tree-sitter-cpp]
version = "0.22.3"

[dependencies.tree-sitter-go]
version = "0.21.2"

[dependencies.tree-sitter-java]
version = "0.21.0"

[dependencies.tree-sitter-javascript]
version = "0.21.4"

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

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