Cargo Features

[dependencies]
iotscape = { version = "0.5.1", default-features = false, features = ["std", "tokio", "no_deadlocks"] }
std default no_deadlocks? tokio?

Affects iotscape::IoTScapeService, iotscape::IoTScapeServiceUdp

tokio = std

Enables futures and tokio

Affects iotscape::IoTScapeServiceAsync, iotscape::IoTScapeServiceAsyncUdp, socket::SocketTraitAsync

no_deadlocks = std

Use the no_deadlocks feature to enable the no_deadlocks crate for detecting deadlocks

Enables no_deadlocks

default = std

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