[package]
name = "skeg-cli"
version = "0.1.1"
edition = "2024"
rust-version = "1.88"
license = "Apache-2.0"
repository = "https://github.com/skegdb/skeg-cli"
homepage = "https://github.com/skegdb/skeg-cli"
authors = ["skeg contributors"]
description = "Command-line tool for skeg (index build, inspect, repair)"
keywords = ["vector-database", "skeg", "cli"]
categories = ["command-line-utilities"]
[lib]
name = "skeg_cli"
path = "src/lib.rs"
[[bin]]
name = "skeg-cli"
path = "src/main.rs"
[dependencies]
skeg-vector = "0.1.1"
skeg-resp3 = "0.1.1"
bytes = "1"
[dev-dependencies]
tempfile = "3"
[lints.clippy]
uninlined_format_args = "allow"
manual_is_multiple_of = "allow"