Cargo Features
[dependencies]
spaceindex = { version = "0.3.0", default-features = false, features = ["graphviz", "imagegen"] }
- default = graphviz, imagegen
-
Default features
- graphviz default = rustc-ap-graphviz
-
Feature for generating dotfiles from an rtree
Affects
rendering::graphviz
… - imagegen default = image, imageproc
-
Feature for generating an image from an rtree
Affects
rendering::image
…
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.
- rustc-ap-graphviz graphviz
-
Enables rustc-ap-graphviz ^645.0
- imageproc imagegen
-
Enables imageproc ^0.19
- image imagegen
-
Enables image ^0.22