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.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bytes"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"

[[package]]
name = "kaya-core"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cffebc19d522d92e6754cc48d23805e7b4b8b3207fb07e6e826968a12f0755a"
dependencies = [
 "thiserror",
]

[[package]]
name = "kaya-engine"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a9782f09932815992c00f36ce8c61895785c17aeaa0c2966fc6fde5104daa16"
dependencies = [
 "kaya-core",
 "kaya-io",
 "kaya-lsm",
 "kaya-wal",
 "libc",
]

[[package]]
name = "kaya-io"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ce77039027ef38db3ee3ec74c25bde2d0904006e09c92383aa0fff2909b32"
dependencies = [
 "kaya-core",
]

[[package]]
name = "kaya-lsm"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea0988fbcff5941bd0d60a0f153309e8a2a4458fdd439d32bb3738419460dd5"
dependencies = [
 "kaya-core",
]

[[package]]
name = "kaya-net"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "244428c2f9001fb1e10f08163e54c7eb2a4d51148907a61d20e5ee9f5e7d32a7"
dependencies = [
 "kaya-core",
 "kaya-raft",
 "tokio",
]

[[package]]
name = "kaya-raft"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "734837711c19b31309d760a8c221f065fdb28ee08a2564dde65e75fe002696a5"
dependencies = [
 "kaya-core",
]

[[package]]
name = "kaya-wal"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e31d76409a70fedf876c11b077fb41fbfe5322564827bf7f1fe94aa970876efb"
dependencies = [
 "kaya-core",
 "kaya-io",
]

[[package]]
name = "kayactl"
version = "0.1.42"
dependencies = [
 "kaya-core",
 "kaya-engine",
 "kaya-io",
 "kaya-lsm",
 "kaya-net",
 "kaya-wal",
 "tokio",
]

[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"

[[package]]
name = "mio"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
dependencies = [
 "libc",
 "wasi",
 "windows-sys",
]

[[package]]
name = "pin-project-lite"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "socket2"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
dependencies = [
 "libc",
 "windows-sys",
]

[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "tokio"
version = "1.52.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
dependencies = [
 "bytes",
 "libc",
 "mio",
 "pin-project-lite",
 "socket2",
 "tokio-macros",
 "windows-sys",
]

[[package]]
name = "tokio-macros"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "wasi"
version = "0.11.1+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"

[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"

[[package]]
name = "windows-sys"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
 "windows-link",
]