[lib]
name = "normpath_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["dylni"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Procedural macros used by crate normpath
"""
edition = "2021"
exclude = [".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/tests"]
license = "MIT OR Apache-2.0"
name = "normpath_macros"
readme = "description.md"
repository = "https://github.com/dylni/normpath"
rust-version = "1.81.0"
version = "1.5.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Wdk_System_SystemServices", "Win32_Foundation", "Win32_System_SystemInformation"]
version = "0.61"