vexillo 0.2.1

A bit flags macro.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"

[[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.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

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

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

[[package]]
name = "vexcore"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f59ea3cdef5b83ca94c07507e1ef33232f6bb5dc5f0ffda5c00e07f1737dc7d7"
dependencies = [
 "paste",
 "proc-macro2",
 "quote",
 "syn",
 "vexmacro",
]

[[package]]
name = "vexillo"
version = "0.2.1"
dependencies = [
 "paste",
 "proc-macro2",
 "quote",
 "syn",
 "vexcore",
 "vexmacro",
 "vexproc",
]

[[package]]
name = "vexmacro"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b929c7681b289e08d28595d61654a7f691d0fe688307ff750d6ae3e7d17c49c1"

[[package]]
name = "vexproc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c565d078160bd98c814edda64ebfc21ae44fc3c30e3b1ef789d8894e776b7b9"
dependencies = [
 "paste",
 "proc-macro2",
 "quote",
 "syn",
 "vexcore",
 "vexmacro",
]