Cargo Features

[dependencies]
dreg = { version = "0.1.1", default-features = false, features = ["all", "anim", "img", "kitty_img", "mouse", "serde", "underline-color"] }
default = anim, img, kitty_img, mouse

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

all = anim, img, kitty_img, mouse, serde, underline-color
anim default all?

Enables rand

Affects dreg::anim

img default all? kitty_img

Enables image ^0.24.9

Affects dreg::image

kitty_img default all? = img

Enables base64

Affects image::kitty

mouse default all?
serde all?
underline-color all?

Affects buffer::Cell.underline_color, style::Style.underline_color