Cargo Features

[dependencies]
roreo-common = { version = "0.0.1", default-features = false, features = ["manifest"] }
default = manifest

The manifest feature is set by default whenever roreo-common is added without default-features = false somewhere in the dependency tree.

manifest default = crc32fast, indexmap, parking_lot, prost, prost-build, tracing, viewit

Affects roreo-common::manifest

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.

crc32fast manifest
indexmap manifest

Enables indexmap ^1.9

parking_lot manifest
prost manifest

Enables prost ^0.11

tracing manifest
viewit manifest
prost-build build manifest

Enables prost-build ^0.11