jupiter 4.1.1

Jupiter is a library for providing high-throughput ultra low latency services via the RESP protocol as defined by Redis.
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 = "jupiter"
version = "4.1.1"
authors = ["scireum GmbH <info@scireum.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Jupiter is a library for providing high-throughput ultra low latency services via the RESP protocol as defined by Redis."
readme = "README.md"
categories = [
    "caching",
    "database-implementations",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/scireum/jupiter"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arc-swap]
version = "1.8"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.11"

[dependencies.chrono]
version = "0.4"

[dependencies.csv]
version = "1.4"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.fnv]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.hyper]
version = "0.14"
features = ["full"]

[dependencies.hyper-tls]
version = "0.5"

[dependencies.itertools]
version = "0.14"

[dependencies.lazy_static]
version = "1.5"

[dependencies.linked-hash-map]
version = "0.5"

[dependencies.log]
version = "0.4"
features = [
    "max_level_debug",
    "release_max_level_info",
]

[dependencies.memcmp]
version = "0.0"

[dependencies.mock_instant]
version = "0.5"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.num_cpus]
version = "1.17"

[dependencies.quick-xml]
version = "0.22"
features = ["encoding"]

[dependencies.regex]
version = "1.12"

[dependencies.serde_json]
version = "1.0"

[dependencies.simplelog]
version = "0.12"

[dependencies.time]
version = "0.3"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

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

[dependencies.yaml-rust]
version = "0.4"

[dev-dependencies.redis]
version = "0.21.2"