[package]
edition = "2024"
name = "foundations-macros"
version = "5.7.0"
authors = ["Cloudflare"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros used by foundations."
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/cloudflare/foundations"
[package.metadata.release]
shared-version = "foundations"
tag-prefix = ""
tag-message = "Release foundations version {{version}}"
[features]
default = ["settings_deny_unknown_fields_by_default"]
settings_deny_unknown_fields_by_default = []
[lib]
name = "foundations_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.darling]
version = "0.23.0"
[dependencies.proc-macro2]
version = "1.0.106"
default-features = false
[dependencies.quote]
version = "1.0.45"
[dependencies.syn]
version = "2.0.117"
features = [
"full",
"parsing",
"extra-traits",
]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
"cfg(foundations_generic_telemetry_wrapper)",
"cfg(foundations_unstable)",
"cfg(tokio_unstable)",
"cfg(foundations_docsrs)",
"cfg(integer128)",
]