Cargo Features

[dependencies]
eszip = { version = "0.79.1", default-features = false, features = ["xxhash3", "sha256"] }
xxhash3

Enables xxh3 of xxhash-rust

xxhash-rust:

Enable xxh3 implementation

sha256 default

Enables sha2

default = sha256

backwards compatibility. Disabling sha256 will break compatibility with eszips older than v2.2

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.

xxhash-rust xxhash3?