foundations-macros 5.5.0

Procedural macros used by foundations.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "foundations-macros"
version = "5.5.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"

[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"

[dependencies.proc-macro2]
version = "1"
default-features = false

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
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)",
]