awint 0.7.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.7.0"
dependencies = [
 "awint_core",
 "awint_dag",
 "awint_ext",
 "awint_macros",
]

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

[[package]]
name = "awint_dag"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84ba157f76597c8c9403285bd06a59cbcaa6ceca6dcb03b2938b6c5c09e2ef3c"
dependencies = [
 "awint_core",
 "awint_ext",
 "awint_internals",
 "awint_macros",
 "triple_arena",
]

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

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

[[package]]
name = "awint_macro_internals"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86a2b0e1ce0d31efffe212ccb024cdb7aac0c6014d24bf63ff642e42b5c4eaf2"
dependencies = [
 "awint_core",
 "awint_ext",
 "proc-macro2",
 "triple_arena",
]

[[package]]
name = "awint_macros"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e12a7d72b4b19507b0c849444573325f9add7808d86520f1e1c857ef7ea800"
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 = "proc-macro2"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
dependencies = [
 "unicode-ident",
]

[[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.144"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"

[[package]]
name = "triple_arena"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c004b803cd5b65973757ecf2a4bccc676a98a6c0e7063cc7d976ca3dee83ae3"

[[package]]
name = "unicode-ident"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"