[package] name = "min2phase" authors = ["Chen Shuang "] version = "0.2.3" edition = "2021" license = "MIT" keywords = ["rubik", "cubing", "solving"] readme = "README.md" description = "An optimized implementation of two-phase algorithm for solving Rubik's cube" documentation = "https://docs.rs/min2phase" repository = "https://github.com/cs0x7f/min2phase_rust" [dependencies] rand = "0.8" lazy_static = "1.5.0"