[dependencies.cubing_core]
version = "=0.14.5"
[dependencies.cubing_macros]
version = "=0.14.5"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5.26"
[dev-dependencies.once_cell]
version = "1.20.2"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.url]
version = "2.5.4"
[[example]]
name = "f2lfast"
path = "examples/f2lfast/main.rs"
[lib]
name = "cubing"
path = "src/lib.rs"
[package]
authors = ["Lucas Garron <code@garron.net"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Features from `cubing.js` in Rust."
documentation = "https://github.com/cubing/cubing.rs"
edition = "2021"
homepage = "https://github.com/cubing/cubing.rs"
keywords = ["cubing", "puzzle", "rubik", "solving", "WCA"]
license = "MPL-2.0"
name = "cubing"
readme = "README.md"
repository = "https://github.com/cubing/cubing.rs"
version = "0.14.5"
[[test]]
name = "proc_macro_tests"
path = "tests/proc_macro_tests.rs"