[package] name = "shuffle" version = "0.1.7" authors = ["Adam Budziak "] edition = "2018" license = "MIT" repository = "https://github.com/adambudziak/shuffle" description = "Implementation of various shuffling algorithms over slices." documentation = "https://docs.rs/shuffle" readme = "./README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.4" bitvec = "0.17.4"