2021-05-19 02:21:23 +00:00
|
|
|
[package]
|
|
|
|
name = "lofty_attr"
|
2021-07-06 00:47:29 +00:00
|
|
|
version = "0.1.5"
|
2021-05-19 02:21:23 +00:00
|
|
|
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
|
2021-05-19 19:36:26 +00:00
|
|
|
description = "Macro for Lofty tag struct creation"
|
2021-05-19 02:21:23 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
repository = "https://github.com/Serial-ATA/lofty-rs"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
quote = "1.0.9"
|
|
|
|
|
|
|
|
[dependencies.syn]
|
2021-06-27 18:41:52 +00:00
|
|
|
version = "1.0.72"
|
2021-05-19 02:21:23 +00:00
|
|
|
features = ["full"]
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|