[dependencies.aformat-macros]
version = "=0.1.5"
[dependencies.to-arraystring]
features = ["nonzero_impls"]
version = "0.2.2"
[dependencies.typenum]
features = ["const-generics"]
version = "1.17.0"
[dependencies.typenum_mappings]
version = "0.1.0"
[lib]
name = "aformat"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["value-formatting", "no-std", "no-std::no-alloc"]
description = "A no-std and no-alloc version of format! using ToArrayString"
edition = "2021"
keywords = ["formatting", "array", "no_std"]
license = "MIT"
name = "aformat"
readme = "README.md"
repository = "https://github.com/GnomedDev/aformat"
rust-version = "1.79"
version = "0.1.7"
[[test]]
name = "basic"
path = "tests/basic.rs"