[dev-dependencies.criterion]
version = "0.5"
[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 = "2018"
homepage = "https://github.com/mcrepeau/cubehash"
include = ["Cargo.toml", "README.md", "LICENSE*", "src/lib.rs", "src/state.rs", "src/cubehash.rs", "src/u32x4.rs"]
keywords = ["hash", "cubehash", "crypto", "simd"]
license = "MIT"
name = "cubehash"
readme = "README.md"
repository = "https://github.com/mcrepeau/cubehash"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "abort"