Cargo Features

[dependencies]
build-info = { version = "0.0.34", default-features = false, features = ["oxford-comma", "runtime", "serde"] }
default = runtime

The runtime feature is set by default whenever build-info is added without default-features = false somewhere in the dependency tree.

oxford-comma

Enables oxford-comma of build-info-proc

runtime default

Enables build-info-common, runtime of build-info-proc

serde

Enables serde of optional build-info-common

build-info has 4 features without comments.