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