kayactl 0.1.42

Command-line interface for KayaDB: put/get/delete/scan, inspect WAL/SSTable/Manifest, stats, and recovery
# 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"
rust-version = "1.85"
name = "kayactl"
version = "0.1.42"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for KayaDB: put/get/delete/scan, inspect WAL/SSTable/Manifest, stats, and recovery"
readme = "README.md"
keywords = [
    "storage-engine",
    "lsm-tree",
    "raft",
    "database",
    "correctness",
]
categories = [
    "database-implementations",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Tuntii/KayaDB"

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

[dependencies.kaya-core]
version = "0.1.12"

[dependencies.kaya-engine]
version = "0.1.12"

[dependencies.kaya-io]
version = "0.1.12"

[dependencies.kaya-lsm]
version = "0.1.12"

[dependencies.kaya-net]
version = "0.1.12"

[dependencies.kaya-wal]
version = "0.1.12"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "net",
    "io-util",
    "time",
    "sync",
    "macros",
]