version = 3
[[package]]
name = "fixed-array"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0745af462026d2a582e14d0237d79b09d572e665d85ef7b9440de68cae34c1aa"
[[package]]
name = "sha2-compress"
version = "0.7.0"
dependencies = [
"fixed-array",
"uints",
]
[[package]]
name = "uints"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f692aadcdd47f1a07408eba2348f71e718915a79cb94dea6632fc5c5ae61e7"
dependencies = [
"fixed-array",
]