# 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 = "hud-slice-by-8" version = "1.0.10" authors = ["Julian LALU"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HUD Software's Rust improved implementation of the Intel Slice-By-8 algorithm." readme = "README.md" keywords = [ "hash", "string", "gamedev", "hasher", "hashmap", ] categories = [ "algorithms", "no-std", ] license = "MIT" repository = "https://github.com/HUD-Software/slice-by-8-rs" [lib] name = "hud_slice_by_8" path = "src/lib.rs" [build-dependencies.cc] version = "1.0"