Cargo Features

playdate-tool has no features set by default.

[dependencies]
playdate-tool = { version = "0.3.5", features = ["eject", "tracing", "tokio-tracing"] }
eject

windows only, enable one more unmount method

Enables eject of playdate-device

tracing tokio-tracing? = tracing-subscriber

Enables tracing of playdate-device and playdate-simulator-utils and tracing

tracing:

tokio-tracing = console-subscriber, tracing

Useful with RUSTFLAGS="--cfg tokio_unstable" & tokio-console

Enables tracing of tokio

RT, async:

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.

tracing-subscriber tracing?
console-subscriber tokio-tracing?