raffine 0.2.0

A 2D affine transformation library for Rust, inspired by Python's affine package.
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 = "2021"
rust-version = "1.70"
name = "raffine"
version = "0.2.0"
authors = ["zwishing <zwishingbjfu@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A 2D affine transformation library for Rust, inspired by Python's affine package."
homepage = "https://github.com/zwishing/raffine"
documentation = "https://docs.rs/raffine"
readme = "README.md"
keywords = [
    "affine",
    "transformation",
    "matrix",
    "geometry",
    "gis",
]
categories = [
    "graphics",
    "mathematics",
    "science::geo",
]
license = "MIT"
repository = "https://github.com/zwishing/raffine"

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

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

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.approx]
version = "0.5"

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