# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "natural_slice" version = "0.1.2" authors = ["Pierre Chevalier "] description = "Encoding some properties of slices as natural numbers using Kociemba's alogrithms" readme = "readme.md" keywords = ["rubiks", "encoding", "slice", "algorithm"] categories = ["encoding"] license = "GPL-3.0" repository = "https://github.com/pierrechevalier83/natural_slice/" [dependencies.factorial] version = "0.2.0" [dependencies.num-integer] version = "0.1.44" [dependencies.radix_fmt] version = "1.0.0" [dependencies.rand] version = "0.7.3"