twips 0.12.1

Twizzle Pattern Searcher — Twisty puzzle search library
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 = "twips"
version = "0.12.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Twizzle Pattern Searcher — Twisty puzzle search library"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/cubing/twips"

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

[lib]
name = "twips"
crate-type = ["rlib"]
path = "mod.rs"

[[example]]
name = "2x2x2_three_phase"
path = "examples/2x2x2_three_phase.rs"

[[example]]
name = "kociemba_multiphase"
path = "examples/kociemba_multiphase.rs"

[[example]]
name = "readme_example"
path = "examples/readme_example.rs"

[[example]]
name = "scramble_all_events"
path = "examples/scramble_all_events.rs"

[dependencies.ascii]
version = "1.1.0"

[dependencies.cityhasher]
version = "0.1.0"

[dependencies.cubing]
version = "0.15.2"

[dependencies.derive_more]
version = "2.0.1"
features = ["from"]

[dependencies.erased_set]
version = "0.8.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.18.2"

[dependencies.instant]
version = "0.1.13"
features = ["wasm-bindgen"]

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.multiset]
version = "0.0.5"

[dependencies.num-integer]
version = "0.1.46"

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_core]
version = "0.9.3"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thousands]
version = "0.2.0"