Cargo Features

[dependencies]
rdfox = { version = "6.0.0", default-features = false, features = ["rdftk-support", "nom-support", "rdfox-dylib"] }
default = nom

The nom feature is set by default whenever rdfox is added without default-features = false somewhere in the dependency tree.

rdftk-support

Enables uuid_iri of rdftk_iri

nom-support = nom
rdfox-dylib

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

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?