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 whenever google-civicinfo2-cli is added without default-features = false somewhere in the dependency tree.

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

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