Cargo Features

huelib has no features set by default.

[dependencies]
huelib = { version = "0.13.2", features = ["upnp-description", "old-api"] }
upnp-description = mime, serde-xml-rs, url, uuid
old-api

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde-xml-rs upnp-description?

Enables serde-xml-rs ^0.5.1

url upnp-description?
uuid upnp-description?

Enables uuid ^0.8.2

mime upnp-description?