version = 3
[[package]]
name = "fixed-array"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0745af462026d2a582e14d0237d79b09d572e665d85ef7b9440de68cae34c1aa"
[[package]]
name = "lim-bit-vec"
version = "0.7.0"
dependencies = [
"list-fn",
"uints",
]
[[package]]
name = "list-fn"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b76b67ad74a264fb6eb627c064f5d689059694c14e753b4edcb5861eb8819e8"
dependencies = [
"take_mut",
]
[[package]]
name = "take_mut"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
[[package]]
name = "uints"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b734c1d1bd295daa214b7f1451e7c4b77a33604ef011b879987d8853d37cf92"
dependencies = [
"fixed-array",
]