[package]
edition = "2021"
name = "embed-licensing-macros"
version = "0.3.1"
authors = ["Simon Bruder <simon@sbruder.de>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for embed-licensing"
readme = false
license = "MPL-2.0"
repository = "https://codeberg.org/sbruder/embed-licensing"
[lib]
name = "embed_licensing_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.embed-licensing-core]
version = "0.3.1"
features = ["macros"]
[dependencies.quote]
version = "1.0.36"
[dependencies.syn]
version = "2.0.74"
[features]
current_platform = ["embed-licensing-core/current_platform"]