# 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 = "ritehash" version = "0.2.0" authors = ["RiteLabs"] description = "A tiny, fast, zero-dep and no_std fxhash fork. More up to date." documentation = "https://docs.rs/ritehash" readme = "README.md" keywords = ["hash", "no_std", "fxhash"] categories = ["algorithms", "no-std"] license = "Apache-2.0 OR MIT" repository = "https://github.com/ritelabs/ritehash" resolver = "2" [dev-dependencies.fnv] version = "1" [dev-dependencies.seahash] version = "4"