Cargo Features

[dependencies]
tftp = { version = "0.1.0", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

TFTP has 2 features without comments.