Source code
Revision control
Copy as Markdown
Other Tools
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "seahash"
version = "4.1.0"
authors = ["ticki <ticki@users.noreply.github.com>", "Tom Almeida <tom@tommoa.me>"]
exclude = ["target", "Cargo.lock"]
description = "A blazingly fast, portable hash function with proven statistical guarantees."
documentation = "https://docs.rs/seahash"
keywords = ["hash", "hashing", "checksum", "checksumming", "portable"]
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/seahash"
[[bench]]
name = "bench"
harness = false
[dev-dependencies.criterion]
version = "0.3"
[dev-dependencies.quickcheck]
version = "0.9.2"
[features]
default = []
use_std = []