barnabas-core 0.2.0

The sans-io core of the barnabas Kafka client: framing, correlation, record batches and compression. No sockets, no runtime.
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"
rust-version = "1.92"
name = "barnabas-core"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The sans-io core of the barnabas Kafka client: framing, correlation, record batches and compression. No sockets, no runtime."
readme = "README.md"
keywords = [
    "kafka",
    "protocol",
    "sans-io",
    "codec",
]
categories = [
    "network-programming",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/slipstreamhq/barnabas"

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

[dependencies.bytes]
version = "1"

[dependencies.crc32c]
version = "0.6.8"

[dependencies.flate2]
version = "1.1.9"

[dependencies.kafka-protocol]
version = "0.17"

[dependencies.lz4]
version = "1.28.1"

[dependencies.snap]
version = "1.1.2"

[dependencies.thiserror]
version = "2"

[dependencies.zstd]
version = "0.13.3"