2022-07-24 20:08:46 +00:00
|
|
|
[package]
|
|
|
|
name = "lofty_attr"
|
2023-07-11 22:46:45 +00:00
|
|
|
version = "0.9.0"
|
2022-08-10 18:28:48 +00:00
|
|
|
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
|
2022-07-24 20:08:46 +00:00
|
|
|
edition = "2021"
|
2022-08-10 18:28:48 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
description = "Macros for Lofty"
|
|
|
|
repository = "https://github.com/Serial-ATA/lofty-rs"
|
|
|
|
readme = "README.md"
|
|
|
|
include = ["src", "Cargo.toml", "../LICENSE-*"]
|
2022-07-24 20:08:46 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-07-11 22:46:33 +00:00
|
|
|
syn = { version = "2.0.25", features = ["full", "parsing"] }
|
|
|
|
quote = "1.0.29"
|
|
|
|
proc-macro2 = "1.0.64"
|
2022-07-24 20:08:46 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|