tma_engine 0.2.6

A robust, ergonomic toolkit for building and composing 2D affine transformations and iterative function systems.
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 = "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"