treemaker-core 0.1.0

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

[lib]
name = "treemaker_core"
path = "src/lib.rs"

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

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

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

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.proptest]
version = "1.6"