Cargo Features

[dependencies]
tfledge = { version = "0.0.0", default-features = false, features = ["direct", "throttled"] }
default = throttled

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

direct
throttled default

TFLedge has 3 features without comments.