beyond-resp 0.1.1

RESP2/RESP3 wire protocol codec
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 = "beyond-resp"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RESP2/RESP3 wire protocol codec"
readme = "README.md"
license = "MIT"

[features]
monoio = ["dep:monoio-codec"]

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

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

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

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

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

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

[dependencies.bytes]
version = "1"

[dependencies.itoa]
version = "1"

[dependencies.memchr]
version = "2"

[dependencies.monoio-codec]
version = "0.3"
optional = true

[dependencies.ryu]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]
default-features = false

[dev-dependencies.divan]
version = "0.1"

[dev-dependencies.futures-util]
version = "0.3"
features = ["sink"]

[dev-dependencies.testcontainers]
version = "0.23"

[dev-dependencies.testcontainers-modules]
version = "0.11"
features = ["redis"]

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

[dev-dependencies.tokio-util]
version = "0.7"
features = ["codec"]