# 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 = "2018" name = "xxhash-rust" version = "0.8.11" authors = ["Douman "] include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE", ] description = "Implementation of xxhash" readme = "README.md" keywords = [ "hash", "xxhash", "xxh3", "hasher", "no-std", ] categories = [ "algorithms", "no-std::no-alloc", ] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/xxhash-rust" [package.metadata.docs.rs] features = [ "xxh32", "const_xxh32", "xxh64", "const_xxh64", "xxh3", "const_xxh3", ] [dev-dependencies.getrandom] version = "0.2" [dev-dependencies.xxhash-c-sys] version = "0.8.6" [features] const_xxh3 = [] const_xxh32 = [] const_xxh64 = [] std = [] xxh3 = [] xxh32 = [] xxh64 = []