[dependencies.quote]
version = "1.0"
[dependencies.shellexpand]
version = "3.1"
[dependencies.syn]
version = "2.0"
[lib]
name = "include_absolute_path"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Swoorup Joshi"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macro to returns absolute path of a specified file or directory"
documentation = "https://docs.rs/include_absolute_path"
edition = "2024"
license = "MIT"
name = "include_absolute_path"
readme = "README.md"
repository = "https://github.com/Swoorup/include_absolute_path"
version = "0.1.6"
[[test]]
name = "tests"
path = "tests/tests.rs"