siphasher 0.3.6

SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust
Documentation
[badges.travis-ci]
repository = "jedisct1/rust-siphash"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"

[features]
default = ["std"]
serde_no_std = ["serde/alloc"]
serde_std = ["std", "serde/std"]
std = []

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["algorithms", "cryptography"]
description = "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust"
documentation = "https://docs.rs/siphasher"
edition = "2018"
homepage = "https://docs.rs/siphasher"
keywords = ["crypto", "hash", "siphash"]
license = "MIT/Apache-2.0"
name = "siphasher"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-siphash"
version = "0.3.6"
[profile.release]
lto = true
opt-level = 3
panic = "abort"