xmacro_lib 0.1.1

macro engine for producing multiple expansions
Documentation
# 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 = "mutants"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0287524726960e07b119cebd01678f852f147742ae0d925e6a520dca956126"

[[package]]
name = "nobug"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d53d5103821fddd4c01cfb2883d35800ead07af79cbcf3195842ea3309df830"
dependencies = [
 "cfg-if",
 "mutants",
]

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

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

[[package]]
name = "shadow_counted"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b985e394ee53f8e4c547d5c6fa75b83b243ab6f51563a0323f1475fc8abc8e7f"

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

[[package]]
name = "unsynn"
version = "0.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "034e4a47d576ed486555e2f4a946df50529e29178b30ae6b87762f410401c2c1"
dependencies = [
 "mutants",
 "proc-macro2",
 "shadow_counted",
]

[[package]]
name = "xmacro_lib"
version = "0.1.1"
dependencies = [
 "nobug",
 "quote",
 "unsynn",
]