Cargo Features

bracket-color has no features set by default.

[dependencies]
bracket-color = { version = "0.8.7", features = ["palette", "bevy", "crossterm", "serde"] }
palette = lazy_static, parking_lot

Affects bracket-color::palette

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.

bevy implicit feature

Enables bevy ^0.8

bevy:

A refreshingly simple data-driven game engine and app framework

crossterm implicit feature

Enables crossterm ~0.25

crossterm:

A crossplatform terminal library for manipulating terminals

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

lazy_static palette?
parking_lot palette?