Cargo Features
[dependencies]
precompress_static = { version = "0.1.1", default-features = false, features = ["sync", "async"] }
- default = sync
-
The
sync
feature is set by default wheneverprecompress_static
is added without
somewhere in the dependency tree.default-features = false - sync default
-
Enables rayon
Affects
precompress_static::sync
…Required by the br binary
- async
-
Enables tokio
Affects
precompress_static::r#async
…Required by the br-async binary