Cargo Features

[dependencies]
aarty = { version = "0.7.0-alpha.4", default-features = false, features = ["colors", "image", "reverse", "serde", "text_image"] }
default = colors, image, reverse, text_image

These default features are set whenever aarty is added without default-features = false somewhere in the dependency tree.

colors default

Affects aarty::color, aarty::FragmentWriter.background, aarty::FragmentWriter.write_colored_fragment, aarty::Config.background, aarty::FragmentInfo.fg, text_image::IndexdFragment.fg

Required by the binary

image default = cfg-if, rayon

Enables image

Affects aarty::impl_image

Required by the binary

reverse default
serde

Enables serde

text_image default

Affects aarty::text_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.

rayon image

Enables rayon

transitive dependencies

cfg-if image