Cargo Features

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

adding this allocates the UART for debugging the logger

logging default

adding this allocates the hardware UART for console interactions

default = logging

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

Features from optional dependencies

Dependency versions enforced by Cargo.lock.