Cargo Features

[dependencies]
rdftk_iri = { version = "0.1.9", default-features = false, features = ["builder", "genid", "path_iri", "uuid_iri"] }
default = builder, genid, path_iri, uuid_iri

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

builder default

Affects rdftk_iri::builder

genid default = uuid
path_iri default
uuid_iri default = uuid

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.

uuid genid uuid_iri

Enables uuid ^0.8.1