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 wheneverservo-dwrote
is added without
somewhere in the dependency tree.default-features = false - 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:
- 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