Cargo Features
[dependencies]
lua-protobuf-rs = { version = "0.2.0", default-features = false, features = ["lua54", "lua53", "lua52", "lua51", "luajit", "luajit52", "luau", "module", "google_protoc", "vendored_protoc"] }
- default = lua54, module
-
These default features are set whenever
lua-protobuf-rs
is added without
somewhere in the dependency tree.default-features = false Enables mlua
- lua54 default
- lua53
- lua52
- lua51
- luajit
- luajit52
- luau
- module default
- google_protoc
- vendored_protoc = protoc-bin-vendored
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.