cubing 0.15.2

Features from `cubing.js` in Rust.
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 = "cubing"
version = "0.15.2"
authors = ["Lucas Garron <code@garron.net"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Features from `cubing.js` in Rust."
homepage = "https://github.com/cubing/cubing.rs"
documentation = "https://github.com/cubing/cubing.rs"
readme = "README.md"
keywords = [
    "cubing",
    "puzzle",
    "rubik",
    "solving",
    "WCA",
]
license = "MPL-2.0"
repository = "https://github.com/cubing/cubing.rs"

[features]
default = []
simd = ["cubing_core/simd"]

[lib]
name = "cubing"
path = "src/lib.rs"

[[example]]
name = "f2lfast"
path = "examples/f2lfast/main.rs"

[[test]]
name = "proc_macro_tests"
path = "tests/proc_macro_tests.rs"

[dependencies.cubing_core]
version = "0.15.2"

[dependencies.cubing_macros]
version = "0.15.2"

[dev-dependencies.clap]
version = "4.5.26"
features = ["derive"]

[dev-dependencies.once_cell]
version = "1.20.2"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.url]
version = "2.5.4"