Cargo Features
[dependencies]
build-info = { version = "0.0.39", default-features = false, features = ["oxford-comma", "runtime"] }
- default = runtime
-
The
runtime
feature is set by default wheneverbuild-info
is added without
somewhere in the dependency tree.default-features = false - 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.