Cargo Features

phoronix-reader has no features set by default.

[dependencies]
phoronix-reader = { version = "0.2.3", features = ["enable_gtk", "enable_colors"] }
enable_gtk = gdk, gtk
enable_colors = term

Affects cli::print_colored

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.

gdk enable_gtk?

Enables gdk ^0.3.0

gtk enable_gtk?

Enables gtk ^0.0.7

term enable_colors?