dv 0.3.3

Core Rust library for DimensionalVariable, a multi-language library for handling physical quantities with units.
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 = "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]