Cargo Features
[dependencies]
google-civicinfo2-cli = { version = "1.0.0+20160823", default-features = false, features = ["nightly", "with-serde-codegen"] }
- default = with-serde-codegen
-
The
with-serde-codegen
feature is set by default whenevergoogle-civicinfo2-cli
is added without
somewhere in the dependency tree.default-features = false - nightly = serde_derive
-
Enables nightly of google-civicinfo2 and yup-oauth2 ^1.0
- with-serde-codegen default = serde_codegen
-
Enables with-serde-codegen of google-civicinfo2 and yup-oauth2 ^1.0
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_codegen build with-serde-codegen
-
Enables serde_codegen ^0.8
- serde_derive nightly?
-
Enables serde_derive ^0.8
- google-civicinfo2 nightly? with-serde-codegen
- yup-oauth2 nightly? with-serde-codegen
-
Enables yup-oauth2 ^1.0