Cargo Features

[dependencies]
zippity = { version = "0.3.0", default-features = false, features = ["tokio-file", "bytes", "actix-web", "proptest"] }
default = tokio-file

The tokio-file feature is set by default whenever zippity is added without default-features = false somewhere in the dependency tree.

tokio-file default

Enables futures-util, fs of tokio

bytes actix-web? proptest?

Enables bytes, futures-core, and tokio-util

actix-web = bytes

Enables actix-web and http-range-header, io-util of tokio

proptest = bytes

Enables proptest

Affects zippity::proptest