# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "autobahn-hash" version = "0.1.0" authors = ["Caleb Zulawski "] description = "An implementation of HighwayHash, a fast and strong SIMD hash function" readme = "README.md" categories = [ "algorithms", "no-std", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/calebzulawski/autobahn-hash" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "implementation" harness = false [dependencies.bytemuck] version = "1" features = ["nightly_portable_simd"] default-features = false [dependencies.multiversion] version = "0.7" optional = true [dev-dependencies.criterion] version = "0.4" default-features = false [dev-dependencies.highway] version = "1" [features] default = ["multiversion"] multiversion = [ "dep:multiversion", "std", ] std = []