tagset-macro 0.1.3

Not intended for public use
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"

[[package]]
name = "directed-visit"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c6677f29c5d049f1a40c74c2e1861964cd093904929f1cbd563cabeb2fcf706"
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.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
dependencies = [
 "proc-macro2",
]

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

[[package]]
name = "tagset-macro"
version = "0.1.3"
dependencies = [
 "directed-visit",
 "proc-macro2",
 "quote",
 "syn",
 "telety",
]

[[package]]
name = "telety"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2943d8bf5ff7479c45cd79d637bdf8551f60daa96c4fdd36e95c3a106fce9d46"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "telety-impl",
 "telety-macro",
]

[[package]]
name = "telety-impl"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6478b9a4625eebe0a2a6d537be22d95e684fa3a5d99a1807d3ed36e796979f18"
dependencies = [
 "bitflags",
 "directed-visit",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "telety-macro"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f191e8e620a6a976a5f305cbfef8a3b14339f5e439f31e5d2adb241e58066576"
dependencies = [
 "directed-visit",
 "proc-macro2",
 "quote",
 "syn",
 "telety-impl",
]

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