u64_array_bigints_core 0.2.0

Core library for `u64_array_bigints`
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "awint"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39c9d107433ea9628cb03269adb12d70ef47f4d9cdb35cad31e12e0a956bd9fd"
dependencies = [
 "awint_core",
 "awint_ext",
 "awint_macros",
]

[[package]]
name = "awint_core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "068cba35323418fa0ef0aac69cb2f8f617b02fb725c79711c9f7252146de2156"
dependencies = [
 "awint_internals",
 "const_fn",
]

[[package]]
name = "awint_ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "256abe250885c625e8359247b257a27106d7743ab3ae9defde7c550eafb94ce8"
dependencies = [
 "awint_core",
 "awint_internals",
 "const_fn",
]

[[package]]
name = "awint_internals"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "297c1e394cbb5073727e50281a99379e2fd20f4969d414b87219aaa4a15df8d3"

[[package]]
name = "awint_macro_internals"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91f0ff27938dbd90637345045219efc5bb2be828b315def98623573cf0d19717"
dependencies = [
 "awint_core",
 "awint_ext",
]

[[package]]
name = "awint_macros"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a974abbe79d95ea9b0844d5850ad7061f558757de57325fd9c450a55b3191d63"
dependencies = [
 "awint_internals",
 "awint_macro_internals",
]

[[package]]
name = "bytemuck"
version = "1.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439989e6b8c38d1b6570a384ef1e49c8848128f5a97f3914baef02920842712f"

[[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.2.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",
]