numtoa 1.0.0

Convert numbers into stack-allocated byte arrays
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"
name = "numtoa"
version = "1.0.0"
authors = ["Michael Aaron Murphy <mmstickman@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert numbers into stack-allocated byte arrays"
documentation = "https://docs.rs/numtoa"
readme = "README.md"
keywords = [
    "numbers",
    "convert",
    "numtoa",
    "itoa",
    "no_std",
]
categories = [
    "value-formatting",
    "no-std",
    "no-std::no-alloc",
    "embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mmstick/numtoa"

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