Cargo Features

[dependencies]
ruduino = { version = "0.3.2", default-features = false, features = ["all-mcus", "avr-std-stub"] }
default = avr-std-stub

The avr-std-stub feature is set by default whenever ruduino is added without default-features = false somewhere in the dependency tree.

all-mcus

Affects cores::atmega88, cores::atmega48a, cores::atmega168a, cores::atmega88p, cores::atmega168p, cores::atmega88pa, cores::atmega168, cores::atmega168pa, cores::atmega48

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.

avr-std-stub default