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 whenever sybot_lib is added without default-features = false somewhere in the dependency tree.

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