ranim-core 0.2.1

The core library of Ranim.
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 = "ranim-core"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core library of Ranim."
readme = false
license = "MIT"
repository = "https://github.com/AzurIce/ranim"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.release]
tag = false

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

[dependencies.approx]
version = "0.5.1"

[dependencies.bytemuck]
version = "1.25.0"
features = ["derive"]

[dependencies.color]
version = "0.3.3"

[dependencies.derive_more]
version = "2.1.1"
features = [
    "deref_mut",
    "deref",
    "index",
    "index_mut",
    "is_variant",
    "as_ref",
    "from",
    "into_iterator",
]

[dependencies.dyn-clone]
version = "1.0.20"

[dependencies.glam]
version = "0.32.1"
features = [
    "approx",
    "bytemuck",
]

[dependencies.itertools]
version = "0.14.0"

[dependencies.num]
version = "0.4.3"

[dependencies.ranim-macros]
version = "0.2.1"

[dependencies.tracing]
version = "0.1.44"

[dependencies.variadics_please]
version = "1.1.0"

[dev-dependencies.assert_float_eq]
version = "1.2.0"