nhdesigngen 1.1.3

An Animal Crossing: New Horizons design generator
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "nhdesigngen"
version = "1.1.3"
authors = ["Taylor C. Richberger <taywee@gmx.com>"]
description = "An Animal Crossing: New Horizons design generator"
homepage = "https://gitlab.com/Taywee/nhdesigngen"
readme = "README.md"
keywords = ["games", "graphics"]
categories = ["games", "multimedia::images", "multimedia"]
license = "MIT"
repository = "https://gitlab.com/Taywee/nhdesigngen"
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"

[lib]
crate-type = ["cdylib"]
[dependencies.exoquant]
version = "^0.2"

[dependencies.js-sys]
version = "^0.3"

[dependencies.serde]
version = "^1"
features = ["derive"]

[dependencies.wasm-bindgen]
version = "^0.2"
features = ["serde-serialize"]

[dependencies.web-sys]
version = "0.3.4"
features = ["Document", "Element", "HtmlElement", "Node", "Window"]