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?
-
Affects
state::call_async_with
… - vendored
- 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?