Cargo Features

[dependencies]
rdf-model = { version = "0.1.1", default-features = false, features = ["std", "all", "oxrdf", "serde", "sophia", "unstable"] }
default = all, std

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

std default

Enables std of dogma and optional serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

all default = serde
oxrdf

Enables oxrdf

serde all

Enables serde

sophia

Enables sophia

unstable

rdf-model has 7 features without comments.