Cargo Features
[dependencies]
paraseq = { version = "0.1.2", default-features = false, features = ["anyhow"] }
- default = anyhow
-
The
anyhow
feature is set by default wheneverparaseq
is added without
somewhere in the dependency tree.default-features = false - anyhow default
-
Enables anyhow
paraseq has 2 features without comments.