Cargo Features

[dependencies]
lavendeux-parser = { version = "0.8.1", default-features = false, features = ["extensions", "crypto-functions"] }
default = crypto-functions, extensions

These default features are set whenever lavendeux-parser is added without default-features = false somewhere in the dependency tree.

extensions default = js-sandbox

Affects state::ParserState.extensions

crypto-functions default = md-5, sha2

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.

js-sandbox extensions

Enables js-sandbox

Feature deps

md-5 crypto-functions
sha2 crypto-functions