treemaker-wasm 0.1.0

wasm-bindgen package for the TreeMaker 5.0.1 Rust port
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 = "2024"
name = "treemaker-wasm"
version = "0.1.0"
build = false
include = [
    "Cargo.toml",
    "LICENSE.txt",
    "README.md",
    "src/**",
    "testdata/**",
    "tests/**",
    "!pkg/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wasm-bindgen package for the TreeMaker 5.0.1 Rust port"
homepage = "https://github.com/zacharyfmarion/treemaker-rs"
documentation = "https://docs.rs/treemaker-wasm"
readme = "README.md"
keywords = [
    "origami",
    "treemaker",
    "crease-pattern",
]
categories = [
    "wasm",
    "algorithms",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/zacharyfmarion/treemaker-rs"

[lib]
name = "treemaker_wasm"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "node"
path = "tests/node.rs"

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

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.treemaker-core]
version = "0.1.0"

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

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"