Cargo Features

[dependencies]
rdfox-rs = { version = "0.1.16", default-features = false, features = ["rdftk-support", "nom-support", "rdfox-dylib", "rdfox-6-2", "rdfox-6-3b", "rdfox-7-0"] }
default = nom, rdfox-7-0, rdfox-dylib

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

rdftk-support

Enables uuid_iri of rdftk_iri

nom-support = nom
rdfox-dylib default

Switch on if you want to link to libRDFox.dylib rather than libRDFox.a

rdfox-6-2

Select a version

rdfox-6-3a rdfox-6-3b
rdfox-7-0 default

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.

nom default nom-support?
rdftk_iri not wasm32 rdftk-support?