Cargo Features

[dependencies]
tabled = { version = "0.15.0", default-features = false, features = ["std", "derive", "ansi", "macros"] }
default = 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

Affects 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::panel, settings::peaker, settings::span, settings::split, settings::themes, settings::width

derive default = std, tabled_derive
ansi = ansi-str, ansitok, std

Enables ansi of papergrid

macros default = std

Affects tabled::macros

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
ansi-str ansi?
ansitok ansi?