twips-wasm 0.12.2

Twizzle Pattern Searcher WASM — WASM build of twips for `cubing.js`
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-wasm"
version = "0.12.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Twizzle Pattern Searcher WASM — WASM build of twips for `cubing.js`"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/cubing/twips"

[package.metadata.cargo-machete]
ignored = ["getrandom"]

[package.metadata.wasm-pack.profile.release]
wasm-opt = ["--enable-bulk-memory"]

[package.metadata.wasm-pack.profile.release.wasm-bindgen]
dwarf-debug-info = false

[features]
default = []

[lib]
name = "twips_wasm"
crate-type = ["cdylib"]
path = "lib.rs"

[dependencies.console_error_panic_hook]
version = "0.1.7"

[dependencies.cubing]
version = "0.15.2"

[dependencies.getrandom]
version = "0.3.4"
features = ["wasm_js"]

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.twips]
version = "0.12.2-dev"

[dependencies.wasm-bindgen]
version = "0.2.105"