Cargo Features

[dependencies]
build-info = { version = "0.0.36", default-features = false, features = ["oxford-comma", "runtime"] }
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 bincode and build-info-common, runtime of build-info-proc

BuildInfo has 3 features without comments.