Cargo Features

[dependencies]
esp32-gpio-wrapper = { version = "0.4.0", default-features = false, features = ["std", "alloc", "pio", "nightly", "experimental", "embassy"] }
default = embassy, std

These default features are set whenever esp32-gpio-wrapper is added without default-features = false somewhere in the dependency tree.

Enables native of esp-idf-svc ^0.48

esp-idf-svc:

The next are propagated from esp-idf-sys via esp-idf-hal

std default = alloc

Enables binstart and std of esp-idf-svc ^0.48

alloc std

Enables alloc of esp-idf-svc ^0.48

pio

Enables pio of esp-idf-svc ^0.48

nightly

Enables nightly of esp-idf-svc ^0.48

experimental

Enables experimental of esp-idf-svc ^0.48

embassy default

Enables critical-section, embassy-sync and embassy-time-driver of esp-idf-svc ^0.48

ESP32-GPIO-Wrapper has 7 features without comments.