# 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 = "jumphash" version = "0.1.8" authors = ["Frank Denis "] description = "A Fast, Minimal Memory, Consistent Hash Algorithm" homepage = "https://github.com/jedisct1/rust-jumphash" readme = "README.md" keywords = ["hash"] categories = ["algorithms", "concurrency"] license = "ISC" repository = "https://github.com/jedisct1/rust-jumphash" [profile.release] opt-level = 3 lto = true panic = "abort" [dependencies.rand] version = "0.8.0" [dependencies.siphasher] version = "0.3" [badges.appveyor] repository = "jedisct1/rust-jumphash" [badges.travis-ci] repository = "jedisct1/rust-jumphash"