Cargo Features

[dependencies]
rdf-proofs = { version = "0.9.1-alpha.4", default-features = false, features = ["std", "rdf-star", "parallel", "wasmer-js", "wasmer-sys"] }
default = parallel

The parallel feature is set by default whenever rdf-proofs is added without default-features = false somewhere in the dependency tree.

std

Enables std of proof_system ^0.24

rdf-star

Enables rdf-star of oxrdf and oxttl

parallel default

Enables parallel of proof_system ^0.24

wasmer-js

Enables wasmer-js of proof_system ^0.24

wasmer-sys

Enables wasmer-sys of proof_system ^0.24

rdf-proofs has 6 features without comments.