version = 3
[[package]]
name = "awint"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5846634ee243bc6b155f8045841095b7b6f78dfca1dec98869f7f5708808098d"
dependencies = [
"awint_core",
"awint_ext",
"awint_macros",
]
[[package]]
name = "awint_core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e96982456a5940ade0ebdb5a291811fed8360048fc9142358dab972e40c1bb8a"
dependencies = [
"awint_internals",
"const_fn",
]
[[package]]
name = "awint_ext"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8aff6488d5cad317e6e68020bcdf81997338d6cda91fca9ccc73a4e7ba2a7d0"
dependencies = [
"awint_core",
"awint_internals",
"const_fn",
]
[[package]]
name = "awint_internals"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89c7736239d2cfe212e8c1e20db5796d364d313647f7c5990f23fefeae6f6c1f"
[[package]]
name = "awint_macro_internals"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb5f72408b1f20824bb6cd488072778edefcfba98420a386c41727703e9a50f5"
dependencies = [
"awint_core",
"awint_ext",
]
[[package]]
name = "awint_macros"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f529e5566def4bc4971e86ef3d0b4d51292a144854fb17a0d2bfaa50f08bff09"
dependencies = [
"awint_internals",
"awint_macro_internals",
]
[[package]]
name = "bytemuck"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e851ca7c24871e7336801608a4797d7376545b6928a10d32d75685687141ead"
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "const_fn"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "rand_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
[[package]]
name = "rand_xoshiro"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
dependencies = [
"rand_core",
]
[[package]]
name = "serde"
version = "1.0.136"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "u64_array_bigints_core"
version = "0.3.0"
dependencies = [
"awint",
"bytemuck",
"rand_core",
"rand_xoshiro",
"serde",
"uint",
]
[[package]]
name = "uint"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"
dependencies = [
"byteorder",
"crunchy",
"hex",
"static_assertions",
]