feather-db-cli 0.2.1

Command-line interface for Feather context-aware vector database - Part of Hawky.ai
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "feather-db-cli"
version = "0.2.1"
authors = ["Hawky.ai Team <hello@hawky.ai>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for Feather context-aware vector database - Part of Hawky.ai"
homepage = "https://www.getfeather.store/"
documentation = "https://github.com/feather-store/feather/blob/main/README.md"
readme = "README.md"
keywords = [
    "vector",
    "database",
    "similarity",
    "cli",
    "hnsw",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/feather-store/feather"

[lib]
name = "feather_db_cli"
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.ndarray]
version = "0.15"

[dependencies.ndarray-npy]
version = "0.8"

[build-dependencies.cc]
version = "1.0"