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 wheneverzippity
is added without
somewhere in the dependency tree.default-features = false - 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
…