Cargo Features
[dependencies]
llrt_utils = { version = "0.2.2-beta", default-features = false, features = ["all", "ctx", "fs", "encoding"] }
- default = all
-
The
all
feature is set by default wheneverllrt_utils
is added without
somewhere in the dependency tree.default-features = false - all default = ctx, encoding, fs
- ctx all
-
Enables sync of tokio and futures of rquickjs ^0.6.2
rquickjs:
Enable interop between Rust futures and JS Promises
Affects
llrt_utils::ctx
… - fs all
-
Affects
llrt_utils::fs
… - encoding all = base64-simd, hex-simd, phf
-
Affects
llrt_utils::encoding
…
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.