min2phase 0.2.4

An optimized implementation of two-phase algorithm for solving Rubik's cube
Documentation
# 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 = "min2phase"
version = "0.2.4"
authors = ["Chen Shuang <cs0x7f@gmail.com>"]
description = "An optimized implementation of two-phase algorithm for solving Rubik's cube"
documentation = "https://docs.rs/min2phase"
readme = "README.md"
keywords = [
    "rubik",
    "cubing",
    "solving",
]
license = "MIT"
repository = "https://github.com/cs0x7f/min2phase_rust"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.rand]
version = "0.8"