Cargo Features

CSSinRust has no features set by default.

[dependencies]
css-in-rust = { version = "0.5.0", features = ["yew_integration", "seed_integration"] }
yew_integration = yew
seed_integration = seed

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.

yew yew_integration?

Enables yew ^0.17.2

Affects bindings::yew

seed seed_integration?

Enables seed ^0.6.0

Affects bindings::seed