madsim-rdkafka 0.4.3+0.34.0

The rdkafka simulator on madsim.
Documentation
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.9.0"

[dev-dependencies.backoff]
version = "0.1.5"

[dev-dependencies.chrono]
version = "0.4.0"

[dev-dependencies.clap]
version = "2.18.0"

[dev-dependencies.env_logger]
version = "0.9.0"

[dev-dependencies.futures]
version = "0.3.0"

[dev-dependencies.hdrhistogram]
version = "7.0.0"

[dev-dependencies.maplit]
version = "1.0.2"

[dev-dependencies.rand]
version = "0.3.15"

[dev-dependencies.regex]
version = "1.1.6"

[dev-dependencies.smol]
version = "1.2.4"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1.0"

[features]
cmake-build = ["rdkafka-sys/cmake-build"]
cmake_build = ["rdkafka-sys/cmake_build"]
curl = ["rdkafka-sys/curl"]
curl-static = ["rdkafka-sys/curl-static"]
default = ["libz", "tokio"]
dynamic-linking = ["rdkafka-sys/dynamic-linking"]
dynamic_linking = ["rdkafka-sys/dynamic_linking"]
external-lz4 = ["rdkafka-sys/external-lz4"]
external_lz4 = ["rdkafka-sys/external_lz4"]
gssapi = ["rdkafka-sys/gssapi"]
gssapi-vendored = ["rdkafka-sys/gssapi-vendored"]
libz = ["rdkafka-sys/libz"]
libz-static = ["rdkafka-sys/libz-static"]
naive-runtime = ["futures-executor"]
sasl = ["rdkafka-sys/sasl"]
ssl = ["rdkafka-sys/ssl"]
ssl-vendored = ["rdkafka-sys/ssl-vendored"]
zstd = ["rdkafka-sys/zstd"]
zstd-pkg-config = ["rdkafka-sys/zstd-pkg-config"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(madsim)", "cfg(tokio_unstable)"]
level = "warn"
priority = 0

[package]
authors = ["Runji Wang <wangrunji0408@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "simulation"]
description = "The rdkafka simulator on madsim."
edition = "2021"
homepage = "https://github.com/madsim-rs/madsim"
keywords = ["kafka", "rdkafka", "async", "simulator"]
license = "Apache-2.0"
name = "madsim-rdkafka"
readme = "README.md"
repository = "https://github.com/madsim-rs/madsim"
version = "0.4.3+0.34.0"

[target."cfg(madsim)".dependencies.async-channel]
version = "1"

[target."cfg(madsim)".dependencies.async-trait]
version = "0.1"

[target."cfg(madsim)".dependencies.futures-channel]
version = "0.3.0"

[target."cfg(madsim)".dependencies.futures-util]
version = "0.3"

[target."cfg(madsim)".dependencies.madsim]
version = "0.2.8"

[target."cfg(madsim)".dependencies.serde]
features = ["derive"]
version = "1"

[target."cfg(madsim)".dependencies.serde_json]
version = "1"

[target."cfg(madsim)".dependencies.spin]
version = "0.9"

[target."cfg(madsim)".dependencies.thiserror]
version = "1"

[target."cfg(madsim)".dependencies.tokio]
features = ["sync"]
version = "1"

[target."cfg(madsim)".dependencies.tracing]
version = "0.1"

[target."cfg(not(madsim))".dependencies.async-trait]
version = "0.1"

[target."cfg(not(madsim))".dependencies.futures-channel]
version = "0.3.0"

[target."cfg(not(madsim))".dependencies.futures-executor]
optional = true
version = "0.3.0"

[target."cfg(not(madsim))".dependencies.futures-util]
default-features = false
version = "0.3.0"

[target."cfg(not(madsim))".dependencies.libc]
version = "0.2.0"

[target."cfg(not(madsim))".dependencies.log]
version = "0.4.19"

[target."cfg(not(madsim))".dependencies.rdkafka-sys]
default-features = false
version = "4.7.0"

[target."cfg(not(madsim))".dependencies.serde]
features = ["derive"]
version = "1.0.0"

[target."cfg(not(madsim))".dependencies.serde_derive]
version = "1.0.0"

[target."cfg(not(madsim))".dependencies.serde_json]
version = "1.0.0"

[target."cfg(not(madsim))".dependencies.slab]
version = "0.4"

[target."cfg(not(madsim))".dependencies.tokio]
features = ["rt", "time"]
optional = true
version = "1.0"

[target."cfg(not(madsim))".dependencies.tracing]
optional = true
version = "0.1.30"

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