[[bench]]
harness = false
name = "format_bench"
path = "benches/format_bench.rs"
[dependencies.joto_constants]
default-features = false
version = "0.2.0"
[dependencies.joto_parse]
default-features = false
version = "0.2.0"
[[example]]
name = "reformat"
path = "examples/reformat.rs"
[lib]
name = "joto_format"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc", "value-formatting", "science", "text-processing"]
description = "Fast, const-safe formatter for SI, US Customary, and typesetting dimensions with exactness tracking."
edition = "2021"
keywords = ["dimension", "measurement", "no_alloc", "no_std", "units"]
license = "ISC OR Apache-2.0 OR MIT"
name = "joto_format"
readme = "README.md"
repository = "https://github.com/xorgy/joto"
rust-version = "1.83"
version = "0.1.0"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.divan]
version = "0.1.21"