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