vle-units 0.3.2

Dimensional analysis and unit conversion for vapor-liquid equilibrium and thermodynamic calculations
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 = "2024"
rust-version = "1.85"
name = "vle-units"
version = "0.3.2"
authors = ["Miguel Jackson <admin@migueljackson.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dimensional analysis and unit conversion for vapor-liquid equilibrium and thermodynamic calculations"
homepage = "https://github.com/miguelju/vle"
documentation = "https://docs.rs/vle-units"
readme = "README.md"
keywords = [
    "units",
    "dimensional-analysis",
    "thermodynamics",
    "si",
    "uom",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/miguelju/vle"
resolver = "2"

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

[[example]]
name = "length_convert"
path = "examples/length_convert.rs"

[[example]]
name = "mass_flow_convert"
path = "examples/mass_flow_convert.rs"

[[test]]
name = "conversions"
path = "tests/conversions.rs"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.uom]
version = "0.36"
features = [
    "autoconvert",
    "f64",
    "si",
    "std",
]
default-features = false

[dev-dependencies.approx]
version = "0.5"