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 whenever colormap is added without default-features = false somewhere in the dependency tree.

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