binf/macros/Cargo.toml

19 lines
490 B
TOML
Executable file

[package]
name = "binf_macros"
version = "1.1.4"
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/davidon-top/binf.git"
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"] }