Cargo Features
[dependencies]
roreo-common = { version = "0.0.1", default-features = false, features = ["manifest"] }
- default = manifest
-
The
manifest
feature is set by default wheneverroreo-common
is added without
somewhere in the dependency tree.default-features = false - 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