Cargo Features

[dependencies]
rdf-vocab = { version = "0.0.1", default-features = false, features = ["std", "all", "unstable"] }
default = all, std

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

std default

Enables std of rdf-model

all default
unstable

Enables unstable of rdf-model

rdf-vocab has 4 features without comments.