Cargo Features

[dependencies]
pwlp = { version = "1.0.0", default-features = false, features = ["raspberrypi", "api", "wasm", "client", "server"] }
default = api, client, server

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

raspberrypi = rppal

Affects strip::spi_strip

api default = eui48, mac_address, phf, warp

Affects pwlp::api

wasm = wasm-bindgen
client default = eui48, mac_address

Affects pwlp::protocol, pwlp::client

server default = eui48, mac_address

Affects pwlp::server

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.

eui48 api client server

Enables eui48 ^0.4.6

rppal raspberrypi?

Enables rppal ^0.11.3

mac_address api client server
warp api

Enables warp ^0.2.4

phf api

Enables phf ^0.7.24

wasm-bindgen wasm?