siftdb-cli 0.2.0

Command-line interface for SiftDB - the high-performance grep-native database
[[bin]]
name = "sift"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.siftdb-core]
version = "0.2.0"

[package]
authors = ["SiftDB Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "database", "text-processing"]
description = "Command-line interface for SiftDB - the high-performance grep-native database"
documentation = "https://docs.rs/siftdb-cli"
edition = "2021"
exclude = ["target/", "benchmarks/"]
homepage = "https://github.com/siftdb/siftdb"
keywords = ["cli", "search", "grep", "database", "code-search"]
license = "MIT"
name = "siftdb-cli"
readme = "README.md"
repository = "https://github.com/siftdb/siftdb"
version = "0.2.0"