Cargo Features

[dependencies]
precompress_static = { version = "0.1.1", default-features = false, features = ["sync", "async"] }
default = sync

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

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