Cargo Features

[dependencies]
too = { version = "0.2.0", default-features = false, features = ["terminal", "profile", "sync"] }
default = terminal

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

terminal default

Enables crossterm and flume

Affects too::term, run::run, run::application

profile

TODO don't limit the crate to just puffins

Enables profile-with-puffin of profiling

sync

Enables parking_lot

Affects builder::ViewMarker