Cargo Features

[dependencies]
hdt = { version = "0.3.0", default-features = false, features = ["sophia", "cache"] }
default = sophia

The sophia feature is set by default whenever hdt is added without default-features = false somewhere in the dependency tree.

sophia default

Enables sophia

Affects hdt::hdt_graph

cache

Enables bincode ^1 and serde