siftdb-cli 0.2.2

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

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

[dependencies]
siftdb-core = { version = "0.2.2" }
clap = { version = "4.4", features = ["derive"] }
anyhow = "1.0"
serde_json = "1.0"