Cargo Features

[dependencies]
philips_hue_client = { version = "0.4.3", default-features = false, features = ["nightly", "upnp", "serde_codegen"] }
default = serde_codegen

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

nightly = serde_derive, upnp
upnp nightly? = ssdp

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_codegen build default

Enables serde_codegen ^0.8

serde_derive nightly?

Enables serde_derive ^0.8

ssdp upnp?

Enables ssdp ^0.3

Affects bridge::discover_upnp