include-utils-macro 0.2.6

Internal proc macro for the `include-utils` crate.
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"
rust-version = "1.92"
name = "include-utils-macro"
version = "0.2.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal proc macro for the `include-utils` crate."
documentation = "https://docs.rs/include-utils"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/alekseysidorov/include-utils"

[features]
default = []
workspace = ["dep:cargo_metadata"]

[lib]
name = "include_utils_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.cargo_metadata]
version = "0.23.1"
optional = true

[dependencies.itertools]
version = "0.15"

[dependencies.manyhow]
version = "0.13"

[dependencies.proc-macro2]
version = "1.0.107"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "3.0.3"

[lints.clippy]
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe_code = "deny"

[lints.rustdoc]
broken_intra_doc_links = "deny"