dashu-macros 0.5.0

Procedure macros for creating big numbers
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "dashu-base"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98a4867772ef92740ddb786be2aa7407f6588c2f5713cfa3e7ec747dc3a8a221"

[[package]]
name = "dashu-cmplx"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98abeb9ecf023c24f845d67ad9a3997915ec98c18b1e2960ddd59534b9824ad7"
dependencies = [
 "dashu-base",
 "dashu-float",
 "dashu-int",
 "rustversion",
]

[[package]]
name = "dashu-float"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d43bcba9866582229a8832840158b2ef08fe1b5a803939e765eecc44a572cf39"
dependencies = [
 "dashu-base",
 "dashu-int",
 "rustversion",
 "static_assertions",
]

[[package]]
name = "dashu-int"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09237178fe9f89615eb6ba5516fc8c061a4fb203e9550f823f8fbcc4c30e3520"
dependencies = [
 "cfg-if",
 "dashu-base",
 "num-modular",
 "rustversion",
 "static_assertions",
]

[[package]]
name = "dashu-macros"
version = "0.5.0"
dependencies = [
 "dashu-base",
 "dashu-cmplx",
 "dashu-float",
 "dashu-int",
 "dashu-ratio",
 "pastey",
 "proc-macro2",
 "quote",
 "rustversion",
]

[[package]]
name = "dashu-ratio"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e68541445d699183b0e8287002ad43f1867379b3123fc78711ebba3dad2659c"
dependencies = [
 "dashu-base",
 "dashu-int",
 "rustversion",
]

[[package]]
name = "num-modular"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc41a1374056e9672221567958a66c16be12d0e2c1b408761e14d901c237d5e0"

[[package]]
name = "pastey"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ee67f1008b1ba2321834326597b8e186293b049a023cdef258527550b9935b4"

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"

[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"

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