Cargo Features
Corpus has no features set by default.
[dependencies]
corpus = { version = "0.2.1", features = ["home", "xdg", "binary"] }
- home binary? xdg? = dirs-next
- xdg binary? = etcetera, home
- binary = anyhow, clap, home, xdg
-
Required by the binary
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.
- dirs-next home?
- etcetera xdg?
-
Enables etcetera ^0.3.2
- anyhow binary?
- clap binary?
-
Enables clap ^3.0.0-beta.4