# 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 = "fliphash" version = "0.1.0" authors = ["Charles Masson "] description = "A constant-time consistent range-hashing algorithm" homepage = "https://github.com/DataDog/fliphash-rs" readme = "README.md" keywords = [ "hashing", "consistent", "no-std", ] license-file = "LICENSE" repository = "https://github.com/DataDog/fliphash-rs" [dependencies.xxhash-rust] version = "0.8.8" features = [ "const_xxh3", "xxh3", ] optional = true default-features = false [dev-dependencies.itertools] version = "0.12.1" [dev-dependencies.num-traits] version = "0.2.18" [dev-dependencies.ordered-float] version = "4.2.0" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.proptest-derive] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" features = ["std_rng"] [dev-dependencies.statrs] version = "0.16.0" [dev-dependencies.test-case] version = "3.3.1" [features] xxh3 = ["xxhash-rust"]