awint 0.4.0

Arbitrary width integers
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "awint"
version = "0.4.0"
dependencies = [
 "awint_core",
 "awint_ext",
 "awint_macros",
]

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

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

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

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

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

[[package]]
name = "const_fn"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"

[[package]]
name = "rand_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"

[[package]]
name = "serde"
version = "1.0.136"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"