binf/macros/Cargo.toml
2023-11-03 21:29:21 +01:00

19 lines
484 B
TOML

[package]
name = "binf_macros"
version = "1.0.1"
edition = "2021"
license = "MIT"
description = "A crate that adds utilities for dealing with binary flags"
authors = ["DavidOnTop <me@davidon.top>"]
readme = "../README.md"
repository = "https://github.com/D0A1V2I3D/binf"
documentation = "https://docs.rs/binf_macros/"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.68"
proc-macro2-diagnostics = "0.10.1"
quote = "1.0.33"
syn = { version = "2.0.38", features = ["full"] }