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