redbcli 0.2.0

RedbCLI is a command-line tool for managing and operating Redb databases. It provides various commands to create, delete, query, and edit database tables.
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 = "redbcli"
version = "0.2.0"
authors = ["jokemanfire <hu.dingyang@zte.com.cn>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RedbCLI is a command-line tool for managing and operating Redb databases. It provides various commands to create, delete, query, and edit database tables."
readme = "README.md"
keywords = [
    "redb",
    "cli",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/jokemanfire/redbcli"

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

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

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

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

[dependencies.redb]
version = "3.1"

[dependencies.rustyline]
version = "15.0.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.shlex]
version = "1.3.0"

[dependencies.tempfile]
version = "3.14.0"