Cargo Features
[dependencies]
iotscape = { version = "0.5.6", default-features = false, features = ["std", "tokio", "http_response", "http", "no_deadlocks"] }
- std default http_announce? http_response? no_deadlocks? tokio
-
Affects
iotscape::IoTScapeService
,iotscape::IoTScapeServiceUdp
… - tokio default = std
-
Affects
iotscape::IoTScapeServiceAsync
,iotscape::IoTScapeServiceAsyncUdp
,socket::SocketTraitAsync
… - http_announce http_response http = std
-
Enables reqwest
Affects
iotscape::IoTScapeServiceAsync.client
… - http default = http_announce, http_response
- no_deadlocks = std
-
Use the
no_deadlocks
feature to enable theno_deadlocks
crate for detecting deadlocksEnables no_deadlocks
- default = http, std, tokio
-
These default features are set whenever
iotscape
is added without
somewhere in the dependency tree.default-features = false