Cargo Features

[dependencies]
paraseq = { version = "0.1.2", default-features = false, features = ["anyhow"] }
default = anyhow

The anyhow feature is set by default whenever paraseq is added without default-features = false somewhere in the dependency tree.

anyhow default

Enables anyhow

paraseq has 2 features without comments.