[dependencies.heck]
version = "0.4"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[features]
allocator-bumpalo = []
allocator-typed-arena = []
default = []
[lib]
name = "tagged_dispatch_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Jon Davis <khalen@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Procedural macros for memory-efficient trait dispatch using tagged pointers"
documentation = "https://docs.rs/tagged_dispatch_macros"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "tagged_dispatch_macros"
readme = false
repository = "https://github.com/khalen/tagged_dispatch"
version = "0.2.0"