Cargo Features
[dependencies]
tfledge = { version = "0.0.0", default-features = false, features = ["direct", "throttled"] }
- default = throttled
-
The
throttled
feature is set by default whenevertfledge
is added without
somewhere in the dependency tree.default-features = false - direct
- throttled default
TFLedge has 3 features without comments.