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 default-features = false somewhere in the dependency tree.

lua54 default

Enables lua54 of mlua

lua53

Enables lua53 of mlua

lua52

Enables lua52 of mlua

lua51

Enables lua51 of mlua

luajit

Enables luajit of mlua

module default

Enables module of mlua

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.

protoc-bin-vendored vendored_protoc?