kmailbox 0.1.6

A simple kafka mailbox
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"
name = "kmailbox"
version = "0.1.6"
authors = ["404558965@qq.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple kafka mailbox"
documentation = "https://docs.rs/kmailbox"
readme = false
license = "MIT"
resolver = "1"

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

[[example]]
name = "exclusive"
path = "examples/exclusive.rs"

[[example]]
name = "metas"
path = "examples/metas.rs"

[[example]]
name = "retry"
path = "examples/retry.rs"

[[example]]
name = "shared"
path = "examples/shared.rs"

[dependencies.rdkafka]
version = "0.38"
features = ["cmake-build"]

[dev-dependencies.tokio]
version = "1.44.0"
features = ["full"]