quantity 0.13.0

Representation of quantites, i.e. of unit valued scalars and arrays.
Documentation
[dependencies.approx]
optional = true
version = "0.5"

[dependencies.document-features]
version = "0.2"

[dependencies.nalgebra]
optional = true
version = "0.34"

[dependencies.ndarray]
optional = true
version = "0.17"

[dependencies.num-dual]
optional = true
version = "0.13"

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

[dependencies.numpy]
optional = true
version = "0.27"

[dependencies.pyo3]
optional = true
version = "0.27"

[features]
approx = ["dep:approx", "ndarray?/approx"]
default = []
num-dual = ["dep:num-dual", "nalgebra"]
python = ["pyo3"]
python_numpy = ["python", "numpy/nalgebra", "ndarray", "nalgebra"]

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

[package]
authors = ["Philipp Rehner <prehner@ethz.ch>", "Gernot Bauer <bauer@itt.uni-stuttgart.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["data-structures", "science"]
description = "Representation of quantites, i.e. of unit valued scalars and arrays."
edition = "2024"
exclude = ["/.github/*", "*.ipynb", "/docs"]
homepage = "https://github.com/itt-ustutt/quantity"
keywords = ["physics", "units", "SI"]
license = "MIT OR Apache-2.0"
name = "quantity"
readme = "README.md"
repository = "https://github.com/itt-ustutt/quantity"
rust-version = "1.87"
version = "0.13.0"

[package.metadata.docs.rs]
features = ["python_numpy", "num-dual", "approx"]
rustdoc-args = ["--html-in-header", "./src/docs-header.html"]