smallest-uint 0.1.5

Gets the smallest unsigned integer type that can represent a given value
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "smallest-uint"
version = "0.1.5"
dependencies = [
 "num-traits 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "typenum 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "typenum"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[metadata]
"checksum autocfg 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
"checksum num-traits 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
"checksum typenum 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"