Cargo Features

[dependencies]
xous-api-log = { version = "0.1.55", default-features = false, features = ["debugprint", "logging", "nostd"] }
debugprint

adding this allocates the UART for debugging the logger

logging default

adding this allocates the hardware UART for console interactions

nostd

adding this causes the program to be built without std

default = logging

The logging feature is set by default whenever xous-api-log is added without default-features = false somewhere in the dependency tree.

Features from optional dependencies

Dependency versions enforced by Cargo.lock.