Cargo Features

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

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

std default

Enables std of dogma, rdf-model, 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 = rdf-star, serde
oxrdf

Enables oxrdfio, oxrdf of rdf-model

rdf-star all

Enables rdf-star of optional oxrdfio and rdf-model

serde all

Enables serde, serde of rdf-model

sophia

Enables sophia, sophia of rdf-model

unstable

Enables unstable of rdf-model

rdf-format has 8 features without comments.