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 whenever llrt_utils is added without default-features = false somewhere in the dependency tree.

all default = ctx, encoding, fs
ctx all

Enables sync of tokio and futures of rquickjs

rquickjs:

Enable interop between Rust futures and JS Promises

Affects llrt_utils::ctx

fs all

Enables fs of tokio

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.

base64-simd encoding?
hex-simd encoding?
tokio ctx? fs?
phf encoding?