Cargo Features

[dependencies]
servo-dwrote = { version = "0.2.0", default-features = false, features = ["nightly", "codegen", "serde_derive"] }
default = codegen

The codegen feature is set by default whenever servo-dwrote is added without default-features = false somewhere in the dependency tree.

nightly

Enables unstable of serde ^0.9

serde:

Provide impls for types that require unstable functionality. For tracking and discussion of unstable functionality please refer to this issue:

https://github.com/serde-rs/serde/issues/812

codegen build default = serde_codegen

Enables with-syntex of serde_codegen

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_derive implicit feature

Enables serde_derive ^0.9

serde_derive:

Macros 1.1 implementation of #[derive(Serialize, Deserialize)]

serde_codegen build codegen