[package]
edition = "2024"
rust-version = "1.86.0"
name = "unitrix"
version = "0.0.4"
authors = ["liuyuan <375798574@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DEPRECATED: Use 'physunits' instead"
documentation = "https://docs.rs/physunits"
readme = "README.md"
keywords = [
"physunits",
"SI",
"units",
"no_std",
]
categories = [
"no-std",
"science",
"value-formatting",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/liuyuan77/physunits"
[features]
std = []
[lib]
name = "unitrix"
path = "src/lib.rs"
[dependencies]