ember-protocol 0.4.9

RESP3 wire protocol parser and serializer for ember
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 = "ember-protocol"
version = "0.4.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RESP3 wire protocol parser and serializer for ember"
readme = "README.md"
keywords = [
    "cache",
    "redis",
    "key-value",
    "database",
    "distributed",
]
categories = [
    "caching",
    "database-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/kacy/ember"

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

[[bench]]
name = "protocol"
path = "benches/protocol.rs"
harness = false

[dependencies.bytes]
version = "1"

[dependencies.itoa]
version = "1"

[dependencies.memchr]
version = "2"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = [
    "html_reports",
    "async_tokio",
]