Cargo Features

[dependencies]
thermal-print = { version = "0.2.0", default-features = false, features = ["embedded-hal-nb", "embedded-io", "std"] }
default = embedded-hal-nb

The embedded-hal-nb feature is set by default whenever thermal-print is added without default-features = false somewhere in the dependency tree.

embedded-hal-nb default

Enables embedded-hal-nb

embedded-io

Enables embedded-io

std

Linking against the standard library is disabled by default