Cargo Features
[dependencies]
sybot_lib = { version = "0.8.2", default-features = false, features = ["dbg-funcs", "rasp", "http", "mqtt"] }
- default = dbg-funcs
-
The
dbg-funcs
feature is set by default wheneversybot_lib
is added without
somewhere in the dependency tree.default-features = false - dbg-funcs default
- rasp
-
platform features
Enables rasp of stepper_lib
- http
-
remote features
Enables actix, actix-web, and actix-web-actors
Affects
sybot_lib::http
… - mqtt
-
Enables paho-mqtt
Affects
sybot_lib::mqtt
…