[package]
name = "siphasher"
version = "0.2.3"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "SipHash functions from rust-core < 1.13"
homepage = "https://docs.rs/siphasher"
documentation = "https://docs.rs/siphasher"
readme = "README.md"
keywords = ["crypto", "hash", "siphash"]
categories = ["algorithms", "cryptography"]
license = "MIT/Apache-2.0"
repository = "https://github.com/jedisct1/rust-siphash"
[profile.release]
opt-level = 3
lto = true
panic = "abort"
[badges.travis-ci]
repository = "jedisct1/rust-siphash"