Cargo Features
[dependencies]
colormap = { version = "0.0.2", default-features = false, features = ["serde", "rand", "svg", "image"] }
- default = image
-
The
image
feature is set by default whenevercolormap
is added without
somewhere in the dependency tree.default-features = false - serde
-
Enables serde
- rand
-
Enables rand, rand of color-core
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.
- svg implicit feature
-
Enables svg ^0.13.1
svg:
The package provides an SVG composer and parser
- image default
-
Enables image ^0.24.6
Affects
utils::sampler
…