awint 0.3.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.3.0"
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",
 "rand_core",
 "serde",
]

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

[[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 = "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"