Cargo Features

[dependencies]
google-civicinfo2 = { 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 is added without default-features = false somewhere in the dependency tree.

nightly = serde_derive

Enables nightly of yup-oauth2 ^1.0

with-serde-codegen default = serde_codegen

Enables with-serde-codegen of 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

yup-oauth2 nightly? with-serde-codegen

Enables yup-oauth2 ^1.0