Cargo Features

[dependencies]
icee = { version = "0.1.0-alpha0.2", default-features = false, features = ["hot-reload", "debug"] }
default = hot-reload

The hot-reload feature is set by default whenever icee is added without default-features = false somewhere in the dependency tree.

hot-reload default = flume, notify

Enables a subscription method that can be used to hot-reload a stylesheet.

Affects icee::subscription

debug

Enables runtime debug logging for non-critical errors.

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.

notify hot-reload
flume hot-reload