Cargo Features
[dependencies]
llua = { version = "0.1.3", default-features = false, features = ["std", "vendored", "thread", "regex"] }
- default = std
-
The
std
feature is set by default wheneverllua
is added without
somewhere in the dependency tree.default-features = false - std default thread? = bitflags
-
Affects
binding::std
,luaconf::va_list
… - vendored
- thread = parking_lot, std
-
Affects
llua::thread
…
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.
- regex implicit feature
-
Affects
binding::regex
… - bitflags std
-
Enables bitflags ^1.3
- parking_lot thread?