example = []
[dependencies.derive_more]
version = "0.99.17"
[dependencies.nom]
version = "7.1.3"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.154"
[dependencies.serde_json]
version = "1.0.94"
[dev-dependencies.clap]
features = ["derive"]
version = "4.1.8"
[dev-dependencies.once_cell]
version = "1.18.0"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.url]
version = "2.3.1"
[package]
authors = ["Lucas Garron <code@garron.net"]
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 = "GPL-3.0-or-later"
name = "cubing"
readme = "README.md"
repository = "https://github.com/cubing/cubing.rs"
version = "0.7.4"