[dependencies.include-preprocessor]
version = "0.1"
[dependencies.syn]
version = "2"
[lib]
name = "include_preprocessor_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Roland Schermer <roland0507@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides an include_str-like macro running the include-preprocessor crate."
edition = "2024"
homepage = "https://github.com/RSSchermer/include_preprocessor.rs"
license = "MIT OR Apache-2.0"
name = "include-preprocessor-macro"
readme = "README.md"
repository = "https://github.com/RSSchermer/include_preprocessor.rs"
resolver = "2"
version = "0.1.0"
[[test]]
name = "include_str_ipp_test"
path = "tests/include_str_ipp_test.rs"