linked_macros_impl 1.0.23

Internal dependency of the 'linked_macros' package - do not reference directly
Documentation
[package]
name = "linked_macros_impl"
description = "Internal dependency of the 'linked_macros' package - do not reference directly"
publish = true
version = "1.0.23"

authors.workspace = true
edition.workspace = true
include.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true

[package.metadata.docs.rs]
all-features = true

# Baseline of external types intentionally exposed in the public API. Any new
# external type here trips the check so accidental exposures are caught.
# Ref: docs/external-types.md.
[package.metadata.cargo_check_external_types]
allowed_external_types = ["proc_macro2::TokenStream"]

[package.metadata.release-plan]
# Implementation partition of `linked`; consumers reach this surface through that
# package, which is where its compatibility is assessed.
private-api = true

[lib]
doc = false

[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true, features = ["full", "parsing", "printing"] }

[dev-dependencies]

[lints]
workspace = true