# 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 = "seedable_hash" version = "0.1.1" authors = ["Piotr Beling "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "The library for calculating seedable hashes and fast reduction of their ranges." documentation = "https://docs.rs/seedable_hash" readme = "README.md" keywords = [ "hashing", "hash", "seed", "reduce", "map", ] categories = [ "algorithms", "data-structures", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/beling/bsuccinct-rs" [dependencies.fnv] version = "1" optional = true [dependencies.wyhash] version = "0.5" optional = true [features] default = ["wyhash"] sip13 = []