Cargo Features
HFF has no features set by default.
[dependencies]
hff = { version = "0.6.3", features = ["async-std-rt", "tokio-rt", "compression"] }
- async-std-rt
-
Enables hff-async-std
Support for async-std.
- tokio-rt
-
Enables hff-tokio
Support for tokio.
- compression
-
Enables compression of hff-std
Synchronous version. Always available.
Required by the binary