[package]
edition = "2024"
name = "tma_engine"
version = "0.2.6"
authors = ["Neil Crago"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A robust, ergonomic toolkit for building and composing 2D affine transformations and iterative function systems."
homepage = "https://github.com/Neil-Crago/tma_engine"
documentation = "https://docs.rs/tma_engine"
readme = "README.md"
keywords = [
"affine",
"fractal",
"geometry",
"vasculature",
"topology",
]
categories = [
"graphics",
"mathematics",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Neil-Crago/tma_engine"
[lib]
name = "tma_engine"
path = "src/lib.rs"
[[example]]
name = "branch_summary"
path = "examples/branch_summary.rs"
[[example]]
name = "network_flow"
path = "examples/network_flow.rs"
[[example]]
name = "vascular_branching"
path = "examples/vascular_branching.rs"
[dependencies.image]
version = "0.25.6"
[dependencies.rand]
version = "0.8"