2022-10-24 01:50:31 +02:00
|
|
|
[package]
|
|
|
|
name = "kanidmd_lib_macros"
|
2024-05-01 05:34:39 +02:00
|
|
|
description = "Kanidm Server Library Support Macros"
|
|
|
|
documentation = "https://docs.rs/kanidm/latest/kanidm/"
|
|
|
|
|
2024-02-08 00:54:07 +01:00
|
|
|
version = { workspace = true }
|
2024-05-01 05:34:39 +02:00
|
|
|
authors = { workspace = true }
|
|
|
|
rust-version = { workspace = true }
|
2023-10-27 08:03:58 +02:00
|
|
|
edition = { workspace = true }
|
2024-05-01 05:34:39 +02:00
|
|
|
license = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
2022-10-24 01:50:31 +02:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
2023-10-22 13:16:42 +02:00
|
|
|
test = true
|
|
|
|
doctest = false
|
2022-10-24 01:50:31 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2023-06-27 03:38:22 +02:00
|
|
|
proc-macro2 = { workspace = true }
|
|
|
|
quote = { workspace = true }
|
|
|
|
syn = { workspace = true }
|