Cargo Features
[dependencies]
echonet = { version = "1.3.1", default-features = false, features = ["std", "no_std", "unix", "esp", "once_cell"] }
- default = std
-
The
std
feature is set by default wheneverechonet
is added without
somewhere in the dependency tree.default-features = false - std default = once_cell, unix
-
Enables uuid
- no_std esp? = once_cell
- unix std
-
Enables ipnetwork ^0.16.0, net2, nix ^0.25.0, and pnet ^0.28.0
Affects
interface_unix::get_all_interfaces
,interface_unix::get_v4_interfaces
,interface_unix::get_v6_interfaces
… - esp = no_std
-
Enables esp-idf-sys ^0.33.2
- once_cell no_std? std
-
Enables once_cell