transformator 0.2.0

A small helper library for CSS-like 3D transformation inheritance and composition
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"
name = "transformator"
version = "0.2.0"
authors = ["Anton Suprunchuk <anton.suprunchuk@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small helper library for CSS-like 3D transformation inheritance and composition"
documentation = "https://docs.rs/transformator/"
readme = "README.md"
keywords = [
    "rendering",
    "vector_graphics",
    "gui",
    "graphics",
]
categories = [
    "rendering::graphics-api",
    "gui",
]
license = "Apache-2.0/MIT"
repository = "https://github.com/antouhou/transformator"

[features]
serialization = [
    "serde",
    "euclid/serde",
]

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

[dependencies.bytemuck]
version = "1.25.0"

[dependencies.euclid]
version = "0.22"
features = ["bytemuck"]

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