binf/macros/Cargo.toml

19 lines
449 B
TOML
Raw Normal View History

2023-10-06 21:51:59 +02:00
[package]
name = "binf_macros"
2023-10-06 22:10:33 +02:00
version = "0.1.1"
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"
repository = "https://github.com/D0A1V2I3D/binf"
documentation = "https://docs.rs/binf_macros/"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.68"
quote = "1.0.33"
syn = { version = "2.0.38", features = ["full"] }