File: Cargo.toml.orig

package info (click to toggle)
rust-numtoa 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 120 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "numtoa"
version = "0.2.3"
authors = ["Michael Aaron Murphy <mmstickman@gmail.com>"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/numtoa"
description = "Convert numbers into stack-allocated byte arrays"
repository = "https://gitlab.com/mmstick/numtoa"
keywords = ["numbers", "convert", "numtoa", "itoa", "no_std"]
categories = ["value-formatting"]
readme = "README.md"