Cargo Features

stylo_traits has no features set by default.

[dependencies]
stylo_traits = { version = "0.1.0", features = ["servo", "gecko"] }
servo = servo_atoms, url

Enables serde of cssparser and euclid

Affects stylo_traits::SpeculativePainter

gecko

Affects values::ToCss.to_css_nscstring

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.

servo_atoms servo?

Enables stylo_atoms

url servo?