Cargo Features

[dependencies]
rdf-proofs = { version = "0.10.0", 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

rdf-star

Enables rdf-star of oxrdf and oxttl

parallel default

Enables parallel of proof_system

wasmer-js

Enables wasmer-js of proof_system

wasmer-sys

Enables wasmer-sys of proof_system

rdf-proofs has 6 features without comments.