Cargo Features

[dependencies]
blinkcast = { version = "0.2.0", default-features = false, features = ["alloc", "unstable"] }
default = alloc

The alloc feature is set by default whenever blinkcast is added without default-features = false somewhere in the dependency tree.

alloc default

Affects blinkcast::alloc

unstable

This is used only for testing using bench, as it requires nightly doesn't provide any extra functionality