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 wheneverruduino
is added without
somewhere in the dependency tree.default-features = false - 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