# 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 = "predictive_shuffle" version = "0.1.0" exclude = ["target/*"] description = "A vector shuffling library that allows for in-place shuffling, or predictive sub-item shuffling." readme = "README.md" keywords = ["shuffle"] license = "MIT" [[bench]] name = "benches" harness = false [dependencies.fastrand] version = "2.0.0" [dependencies.phf] version = "0.11.1" default-features = false [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.sha2] version = "0.10.7" [dev-dependencies.criterion] version = "0.5.1" [build-dependencies.cargo-readme] version = "3.2.0"