# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "cfg-if" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "delegate-display" version = "2.1.1" dependencies = [ "macroific", "proc-macro2", "quote", "static_assertions", "syn", ] [[package]] name = "macroific" version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a304d83e1ef544546dec28cafb9fcb72bfd281da112042d9279808b2ef6be600" dependencies = [ "macroific_attr_parse", "macroific_core", "macroific_macro", ] [[package]] name = "macroific_attr_parse" version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd34ba6db76d16ae96fbb873ea972524d6b83577040e2758582217aaa2527546" dependencies = [ "cfg-if", "proc-macro2", "quote", "syn", ] [[package]] name = "macroific_core" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5a4902dfaf37c1480d6573bbc009b41e50e859acd11f5dade360a0a17ecbefb" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "macroific_macro" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b0c9853143cbed7f1e41dc39fee95f9b361bec65c8dc2a01bf609be01b61f5ae" dependencies = [ "macroific_attr_parse", "macroific_core", "proc-macro2", "quote", "syn", ] [[package]] name = "proc-macro2" version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" dependencies = [ "unicode-ident", ] [[package]] name = "quote" version = "1.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" dependencies = [ "proc-macro2", ] [[package]] name = "static_assertions" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "syn" version = "2.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "unicode-ident" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"