Cargo Features

[dependencies]
rdftk_core = { version = "0.3.1", default-features = false, features = ["rdf_star", "n3_formulae", "chrono_types"] }
default = chrono_types, n3_formulae, rdf_star

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

rdf_star default
n3_formulae default
chrono_types default = chrono

Affects factory::LiteralFactory.chrono_duration

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.

chrono chrono_types