kevy-resp 2.0.12

RESP2 + RESP3 wire-protocol codec. Pure Rust.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "kevy-bytes"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b58ebde983ec2d036601774fa07c5f834c4b5c86c0704da9e595c32edc80dbc0"
dependencies = [
 "kevy-hash",
]

[[package]]
name = "kevy-hash"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c58f7cf153e9c88481f097cc546272c4bd42703a02ad105257026094348970fa"

[[package]]
name = "kevy-resp"
version = "2.0.12"
dependencies = [
 "kevy-bytes",
]