[dependencies.itertools]
version = "0.12"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[features]
tokio = []
[lib]
name = "bitbar_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Fenhl <fenhl@fenhl.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Proc-macros for the bitbar crate"
edition = "2021"
license = "MIT"
name = "bitbar-derive"
readme = "README.md"
repository = "https://github.com/fenhl/rust-bitbar"
version = "0.10.1"