gecko-dev/third_party/rust/siphasher/Cargo.toml

25 строки
655 B
TOML

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