Documentation
[dependencies.crc]
version = "1.8"

[dependencies.getrandom]
version = "0.1"

[dependencies.hex-literal]
version = "0.2"

[dependencies.libc]
version = "0.2"

[dependencies.malloc-array]
version = "1.4"

[dependencies.sha2]
version = "0.9"

[features]
default = ["ffi"]
ffi = []

[lib]
crate-type = ["rlib", "cdylib", "staticlib"]

[package]
authors = ["Avril <flanchan@cumallover.me>"]
description = "Kana hashes"
edition = "2018"
license = "GPL-3.0-or-later"
name = "khash"
version = "2.0.0"
[profile.release]
codegen-units = 1
lto = "fat"
opt-level = 3
panic = "unwind"