Cargo Features
[dependencies]
papergrid = { version = "0.17.0", default-features = false, features = ["std", "ansi"] }
- default = std
-
The
stdfeature is set by default wheneverpapergridis added withoutsomewhere in the dependency tree.default-features = false - std default = fnv
-
Affects
config::spanned,dimension::compact,dimension::iterable,dimension::peekable,grid::iterable,grid::peekable,grid::writable,records::vec_records,string::get_text_dimension,string::get_lines,string::Lines,string::replace_tab… - ansi = ansi-str, ansitok
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.