Cargo Features

[dependencies]
ibm437 = { version = "0.3.3", default-features = false, features = ["regular8x8", "bold8x8", "regular9x14"] }
default = bold8x8, regular8x8, regular9x14

These default features are set whenever ibm437 is added without default-features = false somewhere in the dependency tree.

regular8x8 default

Affects ibm437::IBM437_8X8_REGULAR

bold8x8 default

Affects ibm437::IBM437_8X8_BOLD

regular9x14 default

Affects ibm437::IBM437_9X14_REGULAR