rvl 0.1.2

CLI for the Rust Redis Vector Library
# 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 = "2024"
rust-version = "1.85"
name = "rvl"
version = "0.1.2"
authors = ["RedisVL Rust Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Rust Redis Vector Library"
homepage = "https://github.com/fcenedes/redis-vl-rs"
documentation = "https://docs.rs/rvl"
readme = "README.md"
keywords = [
    "redis",
    "vector-search",
    "cli",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/fcenedes/redis-vl-rs"
resolver = "2"

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

[[test]]
name = "cli_smoke"
path = "tests/cli_smoke.rs"

[dependencies.anstream]
version = "1.0.0"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.comfy-table]
version = "7"

[dependencies.redis-vl]
version = "0.1.2"

[dependencies.serde_json]
version = "1"

[lints.clippy]
all = "warn"
cargo = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "deny"