Cargo Features
Depends has no features set by default.
[dependencies]
depends = { version = "0.10.2", features = ["graphviz", "hashbrown", "test-utils"] }
- graphviz
-
Enables graphviz of depends_derives
Affects
depends::graphviz
… - hashbrown
-
Enables ahash and hashbrown ^0.14.0
Affects
visitor::hashbrown
… - test-utils
-
Affects
execution::test_utils
…