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 wheneverrdf-proofs
is added without
somewhere in the dependency tree.default-features = false - std
-
Enables std of proof_system
- rdf-star
- 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.