Cargo Features

[dependencies]
tabled = { version = "0.19.0", default-features = false, features = ["std", "derive", "ansi", "macros", "assert"] }
default = assert, derive, macros

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

std ansi? derive macros

Enables std of papergrid and testing_table

Affects display::truncate, display::wrap, into_records::buf_records, into_records::either_string, into_records::truncate_records, tabled::builder, settings::object, settings::disable, settings::format, settings::formatting, settings::height, settings::highlight, settings::location, settings::measurement, settings::merge, settings::padding_expand, settings::panel, settings::peaker, settings::span, settings::split

derive default = std, tabled_derive

Affects tabled::derive

ansi = ansi-str, ansitok, std

Enables ansi of papergrid and testing_table

macros default = std
assert default = testing_table

Affects tabled::assert

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.

tabled_derive derive
testing_table ansi? assert std?
ansi-str ansi?
ansitok ansi?