Cargo Features
w3s has no features set by default.
[dependencies]
w3s = { version = "0.2.10", features = ["all", "encryption"] }
- all = encryption, zstd
- encryption all? = aead, argon2, chacha20, poly1305, rand, zeroize
-
Affects
writer::cipher
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- rand encryption?
-
Enables rand
--- optional ---
- argon2 encryption?
-
Enables argon2 ^0.4
encryption
- chacha20 encryption?
- poly1305 encryption?
-
Enables poly1305 ^0.7
- aead encryption?
-
Enables aead ^0.4
- zeroize encryption?
- zstd all?
-
Enables zstd ^0.11
compression
Affects
writer::decompressor
…