# 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 = "madsim-rdkafka" version = "0.4.2+0.34.0" authors = ["Runji Wang "] description = "The rdkafka simulator on madsim." homepage = "https://github.com/madsim-rs/madsim" readme = "README.md" keywords = [ "kafka", "rdkafka", "async", "simulator", ] categories = [ "asynchronous", "simulation", ] license = "Apache-2.0" repository = "https://github.com/madsim-rs/madsim" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [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] version = "1.0" features = [ "macros", "rt-multi-thread", "time", ] [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"] [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] version = "1" features = ["derive"] [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] version = "1" features = ["sync"] [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] version = "0.3.0" optional = true [target."cfg(not(madsim))".dependencies.futures-util] version = "0.3.0" default-features = false [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] version = "4.7.0" default-features = false [target."cfg(not(madsim))".dependencies.serde] version = "1.0.0" features = ["derive"] [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] version = "1.0" features = [ "rt", "time", ] optional = true [target."cfg(not(madsim))".dependencies.tracing] version = "0.1.30" optional = true