cubehash 0.3.0

CubeHash (rev2/rev3) hashing with SIMD acceleration and portable fallback
Documentation
[dev-dependencies.criterion]
version = "0.7.0"

[features]
default = []
force-scalar = []

[lib]
name = "cubehash"
path = "src/lib.rs"

[package]
authors = ["Matthieu Crépeau <matthieu.crepeau@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "algorithms"]
description = "CubeHash (rev2/rev3) hashing with SIMD acceleration and portable fallback"
documentation = "https://docs.rs/cubehash"
edition = "2021"
homepage = "https://github.com/mcrepeau/cubehash"
include = ["Cargo.toml", "README.md", "LICENSE*", "src/cubehash.rs", "src/lib.rs", "src/avx2.rs", "src/sse2.rs", "src/neon.rs", "src/scalar.rs"]
keywords = ["hash", "cubehash", "crypto", "simd"]
license = "MIT"
name = "cubehash"
readme = "README.md"
repository = "https://github.com/mcrepeau/cubehash"
version = "0.3.0"

[package.metadata.docs.rs]
all-features = true

[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "abort"