dactyl 0.7.3

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 = 3

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

[[package]]
name = "brunch"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c54810736f8f6be3e32899976f689b5b1430c57d7771fd93684880e76bc3ff5"
dependencies = [
 "dactyl 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-width",
]

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

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

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

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

[[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.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"