Cargo Features
[dependencies]
hdt = { version = "0.2.1", default-features = false, features = ["sophia"] }
- default = sophia
-
The
sophia
feature is set by default wheneverhdt
is added without
somewhere in the dependency tree.default-features = false - sophia default
-
Enables sophia
Affects
hdt::hdt_graph
…