kevy-cli 6.2.0

kevy operations CLI: redis-cli-style REPL plus the migration toolchain (import/export/verify/diff/inspect/digest).
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 = "2024"
rust-version = "1.97.0"
name = "kevy-cli"
version = "6.2.0"
authors = ["GOLIA K.K."]
build = false
exclude = [
    "tests/backfill_keys_union.rs",
    "tests/lint_shapes.rs",
    "tests/migrate_roundtrip.rs",
    "tests/sql_compile_apply.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "kevy operations CLI: redis-cli-style REPL plus the migration toolchain (import/export/verify/diff/inspect/digest)."
readme = "README.md"
keywords = [
    "redis",
    "cli",
    "repl",
    "resp",
    "kevy",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"

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

[[bin]]
name = "kevy-cli"
path = "src/main.rs"

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

[dependencies.kevy-embedded]
version = "6.2.0"

[dependencies.kevy-persist]
version = "6.2.0"

[dependencies.kevy-resp]
version = "6.2.0"

[dependencies.kevy-resp-client]
version = "6.2.0"

[dependencies.kevy-scalar]
version = "6.2.0"

[dependencies.kevy-sql]
version = "6.2.0"

[dependencies.kevy-tmpdir]
version = "6.2.0"

[dev-dependencies]

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
missing_errors_doc = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.rust]
warnings = "deny"