[package]
name = "include-first"
description = "Proc macro to evaluate include_str! macros early."
version = "0.1.0"
edition = "2024"
authors = ["Andrew Walbran <qwandor@google.com>"]
repository = "https://github.com/google/include-first"
rust-version = "1.88"
license = "MIT OR Apache-2.0"
categories = ["rust-patterns"]
keywords = ["macro", "include"]
[lib]
proc-macro = true