rinia 0.0.10

Stable numeric foundations for graphics, animation, and simulation.
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.10"
build = false
include = [
    "src/**",
    "README.md",
    "LICENSE*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable numeric foundations for graphics, animation, and simulation."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tailflare/rinia"

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

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

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

[dependencies.libm]
version = "0.2.16"
default-features = false

[dependencies.mint]
version = "0.5.9"
optional = true

[dependencies.sakka]
version = "0.0.18"
features = ["derive"]
optional = true
default-features = false

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