# 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 = "wyhash-final4" version = "0.2.1" description = "The rust implementation of wyhash final4 hash function" homepage = "https://github.com/thynson/wyhash-final4" readme = "README.md" keywords = [ "hash", "wyhash", ] license = "MIT" repository = "https://github.com/thynson/wyhash-final4.git" [profile.bench] opt-level = 3 lto = "thin" codegen-units = 1 overflow-checks = false [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 overflow-checks = false [lib] crate-type = ["lib"] [[bench]] name = "bench" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4" [features] default = [ "wyhash32", "wyhash32condom", "wyhash64", "wyhash64condom", "std", ] std = [] wyhash32 = [] wyhash32condom = [] wyhash64 = [] wyhash64condom = []