Cargo Features

[dependencies]
packetize = { version = "0.101.0", default-features = false, features = ["std", "serialization"] }
default = std

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

std default

Enables std of packetize_derive

serialization

Enables serialization of packetize_derive

packetize has 3 features without comments.