rinia 0.0.1

Portable scalar abstractions for game and simulation math.
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 = "rinia"
version = "0.0.1"
build = false
include = [
    "src/**",
    "README.md",
    "LICENSE*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable scalar abstractions for game and simulation math."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tailflare/rinia"

[features]
_all_optional = [
    "bytemuck",
    "zerocopy",
]
bytemuck = ["dep:bytemuck"]
default = ["std"]
std = ["zerocopy?/std"]
zerocopy = ["dep:zerocopy"]

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

[dependencies.approx]
version = "0.5.1"
default-features = false

[dependencies.bytemuck]
version = "1.25.0"
optional = true
default-features = false

[dependencies.core_maths]
version = "0.1.1"

[dependencies.zerocopy]
version = "0.8.52"
features = ["derive"]
optional = true
default-features = false