Cargo Features

[dependencies]
ethernet = { version = "0.1.4", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

Affects ethernet::OwnedEthernet2Frame