absolute_unit 0.11.3

A unit system for Rust's type system to catch unit errors in your physical calculations.
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 = "absolute_unit"
version = "0.11.3"
authors = ["Terrence Cole <terrence.d.cole@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A unit system for Rust's type system to catch unit errors in your physical calculations."
homepage = "https://github.com/terrence2/absolute_unit"
documentation = "https://github.com/terrence2/absolute_unit"
readme = "README.md"
license = "MIT"
repository = "https://github.com/terrence2/absolute_unit"

[features]
bevy_reflect = ["dep:bevy_reflect"]
default = []
nalgebra = ["dep:nalgebra"]
serde = [
    "dep:serde",
    "glam/serde",
]

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

[dependencies.approx]
version = "0.5"

[dependencies.bevy_reflect]
version = "0.18"
features = ["glam"]
optional = true

[dependencies.glam]
version = "0.30"
features = ["approx"]

[dependencies.hashbag]
version = "0.1"

[dependencies.nalgebra]
version = "= 0.34.1"
features = ["glam030"]
optional = true

[dependencies.num-traits]
version = "0.2"

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

[dev-dependencies.anyhow]
version = "1"
features = ["backtrace"]

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