cgp-error 0.5.0-beta2

Context-generic programming error components
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cgp-component"
version = "0.5.0-beta2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3682cd6b9f5eefafbfe8364691d97e1a8f409a75535de8c8f281ed9daa9cf6f4"

[[package]]
name = "cgp-error"
version = "0.5.0-beta2"
dependencies = [
 "cgp-component",
 "cgp-macro",
 "cgp-type",
]

[[package]]
name = "cgp-macro"
version = "0.5.0-beta2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1a7dc54f7d03837ea3a9d5780a5a03505b66d7a11e3b4ae4a18412ed01154e4"
dependencies = [
 "cgp-macro-lib",
 "syn",
]

[[package]]
name = "cgp-macro-lib"
version = "0.5.0-beta2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e81a51bda7ed4bfcb47724efa6fac5f9fac423a0b4d63c6bc11073cc8789e31e"
dependencies = [
 "itertools",
 "prettyplease",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "cgp-type"
version = "0.5.0-beta2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "590642f072b9110d9e3e9655f63c20f5e6077e3908ee967f8fb3edcda5d9554d"
dependencies = [
 "cgp-component",
 "cgp-macro",
]

[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"

[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
 "either",
]

[[package]]
name = "prettyplease"
version = "0.2.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a"
dependencies = [
 "proc-macro2",
 "syn",
]

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

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

[[package]]
name = "syn"
version = "2.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

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