Cargo Features

Lua-Bind has no features set by default.

[dependencies]
lua-bind = { version = "0.1.0", features = ["async", "vendored", "test-async"] }
async test-async?

Enables async of mlua ^0.9

Affects state::call_async_with

vendored

Enables vendored of mlua ^0.9

test-async = async, reqwest, tokio

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.

reqwest test-async?

Enables reqwest ^0.11

tokio test-async?