Cargo Features

[dependencies]
mk_ext_prettytable = { version = "0.11.0", default-features = false, features = ["evcxr", "win_crlf", "csv"] }
default = win_crlf

The win_crlf feature is set by default whenever mk_ext_prettytable is added without default-features = false somewhere in the dependency tree.

evcxr

Affects mk_ext_prettytable::evcxr

win_crlf default

Affects utils::NEWLINE

Features from optional dependencies

csv implicit feature

Enables csv

csv:

Fast CSV parsing with support for serde

Affects mk_ext_prettytable::csv