# 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 = "fhash" version = "0.7.1" authors = ["EngusMaze"] description = "Blazingly fast hash for HashMaps in Rust" homepage = "https://github.com/engusmaze/fhash" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/engusmaze/fhash" [dependencies] [dev-dependencies.ahash] version = "0.8.7" [dev-dependencies.frand] version = "0.8.1" [dev-dependencies.hashbrown] version = "0.14.3" [features] default = ["std"] std = []