datum-mq 0.11.3

Native Kafka sources and sinks for Datum streams
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 = "2024"
rust-version = "1.88"
name = "datum-mq"
version = "0.11.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Kafka sources and sinks for Datum streams"
homepage = "https://github.com/Aethergrids/Datum"
documentation = "https://docs.rs/datum-mq"
readme = "README.md"
keywords = [
    "streaming",
    "kafka",
    "messaging",
    "connector",
    "datum",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/Aethergrids/Datum"
resolver = "2"

[features]
bench-internals = []
default = []
native-consumer = []

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

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

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.0"

[dependencies.crc32c]
version = "0.6.8"

[dependencies.datum-core]
version = "0.11.3"

[dependencies.flate2]
version = "1.1.9"
features = ["rust_backend"]
default-features = false

[dependencies.futures]
version = "0.3.32"

[dependencies.hmac]
version = "0.12.1"

[dependencies.lz4_flex]
version = "0.13.1"

[dependencies.pbkdf2]
version = "0.12.2"

[dependencies.rustix]
version = "1.1.4"
features = ["time"]

[dependencies.rustls-native-certs]
version = "0.8.2"

[dependencies.rustls-pemfile]
version = "2.2.0"

[dependencies.sha2]
version = "0.10.9"

[dependencies.snap]
version = "1.1.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.48.0"
features = [
    "io-util",
    "net",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tokio-rustls]
version = "0.26.4"
features = [
    "logging",
    "ring",
    "tls12",
]
default-features = false

[dependencies.zstd]
version = "0.13.3"

[dev-dependencies.criterion]
version = "0.8.2"