binf/macros/Cargo.toml

20 lines
494 B
TOML
Raw Normal View History

2023-10-06 21:51:59 +02:00
[package]
name = "binf_macros"
2024-08-13 09:23:31 +02:00
version = "1.1.3"
2023-10-06 21:51:59 +02:00
edition = "2021"
license = "MIT"
description = "A crate that adds utilities for dealing with binary flags"
authors = ["DavidOnTop <me@davidon.top>"]
readme = "../README.md"
2024-08-13 09:23:31 +02:00
repository = "https://git.davidon.top/davidontop/binf.git"
2023-10-06 21:51:59 +02:00
documentation = "https://docs.rs/binf_macros/"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.68"
2023-11-03 21:29:21 +01:00
proc-macro2-diagnostics = "0.10.1"
2023-10-06 21:51:59 +02:00
quote = "1.0.33"
syn = { version = "2.0.38", features = ["full"] }