wresp 0.1.3

RESP (REdis Serialization Protocol) response writer and serializer
# 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 = "2024"
name = "wresp"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RESP (REdis Serialization Protocol) response writer and serializer"
homepage = "https://github.com/webc-site/wedb/tree/main/wresp"
readme = "README.md"
keywords = [
    "resp",
    "redis",
    "protocol",
    "serialization",
]
categories = [
    "network-programming",
    "encoding",
]
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/wedb.git"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []

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

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

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

[dependencies.bitflags]
version = "2.13.2"

[dependencies.gxhash]
version = "3.5.0"

[dependencies.itoa]
version = "1.0.18"

[dependencies.num_enum]
version = "0.7.6"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.smallvec]
version = "1.16.1"

[dependencies.sonic-rs]
version = "0.5.10"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.20"

[dependencies.wbase]
version = "0.1.8"
features = ["num"]

[dependencies.wresources]
version = "0.1.0"

[dependencies.wtxn]
version = "0.1.1"

[dependencies.zmij]
version = "1.0.23"

[dev-dependencies.aok]
version = "0.1.18"

[dev-dependencies.ctor]
version = "1.0.13"

[dev-dependencies.log]
version = "0.4.34"

[dev-dependencies.log_init]
version = "0.1.39"

[lints.clippy]
arc_with_non_send_sync = "allow"