Cargo Features

[dependencies]
comfy-table = { version = "7.2.2", default-features = false, features = ["custom_styling", "reexport_crossterm", "tty"] }
custom_styling = tty

For more info about these flags, please check the README.
Everything's explained over there.

Enables ansi-str and console

ansi-str:

Optional dependencies

default = tty

The tty feature is set by default whenever comfy-table is added without default-features = false somewhere in the dependency tree.

reexport_crossterm = tty
tty default custom_styling? reexport_crossterm?

Enables crossterm

_integration_test

This feature is used to for integration testing of comfy_table.
It exposes normally unexposed internal functionality for easier testing.
DON'T USE. You opt in for breaking changes, as the internal API might change on minor/patch versions.

Affects comfy-table::utils