dactyl 0.11.1

A small library to quickly stringify integers with basic formatting.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"

[[package]]
name = "brunch"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3ddca4cdcae06bbf0fb5edf01f5514fc7830c97141d9c8bb6387259d5112dc"
dependencies = [
 "dactyl 0.11.0",
 "unicode-width",
]

[[package]]
name = "dactyl"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb3b5f612945bbbc201541a3634bbb4a28ec467d05f270dfcdf702a9a053e52"

[[package]]
name = "dactyl"
version = "0.11.1"
dependencies = [
 "brunch",
 "fastrand",
 "num-format",
]

[[package]]
name = "fastrand"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"

[[package]]
name = "itoa"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"

[[package]]
name = "num-format"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
dependencies = [
 "arrayvec",
 "itoa",
]

[[package]]
name = "unicode-width"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"