quantity 0.10.3

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.ndarray]
optional = true
version = "0.16"

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

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

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

[dependencies.typenum]
version = "1.17"

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

[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 = false
categories = ["data-structures", "science"]
description = "Representation of quantites, i.e. of unit valued scalars and arrays."
edition = "2021"
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.81"
version = "0.10.3"

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