Cargo Features

[dependencies]
stylish-ansi = { version = "0.1.1", default-features = false, features = ["std", "alloc", "macros"] }
default = std

The std feature is set by default whenever stylish-ansi is added without default-features = false somewhere in the dependency tree.

std default = alloc

Enables std of stylish-core

Affects stylish-ansi::io

alloc std

Enables alloc of stylish-core

macros

Enables macros of stylish-core

Affects stylish-ansi::𓀄