[package] name = "natural_slice" version = "0.1.2" authors = ["Pierre Chevalier "] edition = "2018" description = "Encoding some properties of slices as natural numbers using Kociemba's alogrithms" readme = "readme.md" repository = "https://github.com/pierrechevalier83/natural_slice/" license = "GPL-3.0" keywords = ["rubiks", "encoding", "slice", "algorithm"] categories = ["encoding"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] factorial = "0.2.0" rand = "0.7.3" radix_fmt = "1.0.0" num-integer = "0.1.44"