# 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 = "macroific" version = "1.2.2" dependencies = [ "macroific_attr_parse", "macroific_core", "macroific_macro", "proc-macro2", "quote", "syn", ] [[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.64" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" dependencies = [ "unicode-ident", ] [[package]] name = "quote" version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" dependencies = [ "proc-macro2", ] [[package]] name = "syn" version = "2.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "unicode-ident" version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"