[package]
edition = "2021"
name = "dv"
version = "0.3.3"
authors = ["Alex Tacescu <alextac98@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core Rust library for DimensionalVariable, a multi-language library for handling physical quantities with units."
homepage = "https://dv.alextac.com"
readme = "DOCS.md"
keywords = [
"units",
"dimensions",
"physical-quantities",
"unit-conversion",
"unit-checking",
]
categories = [
"science::robotics",
"science",
"mathematics",
"aerospace",
]
license = "Apache-2.0"
repository = "https://github.com/alextac98/dv"
[lib]
name = "dv_rs"
path = "src/lib.rs"
[[test]]
name = "operator_tests"
path = "tests/operator_tests.rs"
[[test]]
name = "units_tests"
path = "tests/units_tests.rs"
[dependencies]
[build-dependencies]