[package]
name = "feather-db-cli"
version = "0.2.0"
edition = "2021"
authors = ["Feather DB Contributors <feather-db@example.com>"]
description = "Command-line interface for Feather vector database"
license = "MIT"
repository = "https://github.com/yourusername/feather-db"
homepage = "https://github.com/yourusername/feather-db"
documentation = "https://github.com/yourusername/feather-db/blob/main/USAGE_GUIDE.md"
readme = "../README.md"
keywords = ["vector", "database", "similarity", "cli", "hnsw"]
categories = ["command-line-utilities", "database"]
[[bin]]
name = "feather"
path = "src/main.rs"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
anyhow = "1.0"
ndarray = "0.15"
ndarray-npy = "0.8"
[build-dependencies]
cc = "1.0"