Cargo Features
[dependencies]
lua-protobuf-rs = { version = "0.1.2", default-features = false, features = ["lua54", "lua53", "lua52", "lua51", "luajit", "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 - lua54 default
-
Enables lua54 of mlua ^0.9.1
- lua53
-
Enables lua53 of mlua ^0.9.1
- lua52
-
Enables lua52 of mlua ^0.9.1
- lua51
-
Enables lua51 of mlua ^0.9.1
- luajit
-
Enables luajit of mlua ^0.9.1
- module default
-
Enables module of mlua ^0.9.1
- 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.