# 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 = "mlua-rdkafka" version = "0.1.4" authors = ["David Rauschenbach "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lua bindings for rdkafka." homepage = "https://on-prem.net" readme = "README.md" keywords = [ "lua", "kafka", ] categories = ["api-bindings"] license = "MIT" repository = "https://gitlab.com/megalithic-llc/mlua-rdkafka.git" [lib] name = "mlua_rdkafka" path = "src/lib.rs" [dependencies.bstr] version = "1.10.0" [dependencies.mlua] version = "0.10.0" [dependencies.rdkafka] version = "0.36.2" [dev-dependencies.log] version = "0.4.22" [dev-dependencies.tokio] version = "1.41.0" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.4" [features] lua51 = [ "mlua/lua51", "mlua/async", "mlua/send", "mlua/serialize", "mlua/vendored", ] lua52 = [ "mlua/lua52", "mlua/async", "mlua/send", "mlua/serialize", "mlua/vendored", ] lua53 = [ "mlua/lua53", "mlua/async", "mlua/send", "mlua/serialize", "mlua/vendored", ] lua54 = [ "mlua/lua54", "mlua/async", "mlua/send", "mlua/serialize", "mlua/vendored", ] luajit = [ "mlua/luajit", "mlua/async", "mlua/send", "mlua/serialize", "mlua/vendored", ] luajit52 = [ "mlua/luajit52", "mlua/async", "mlua/send", "mlua/serialize", "mlua/vendored", ]