[dependencies]
[features]
default = []
[lib]
name = "path_macro2"
path = "src/lib.rs"
[package]
authors = ["yunique unic<yuniqueunic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "development-tools", "os", "parsing"]
description = "Cross-platform path construction macro supporting both slash (/) and comma (,) syntax with variable interpolation"
documentation = "https://docs.rs/path_macro2"
edition = "2024"
keywords = ["path", "macro", "filesystem", "cross-platform", "path-construction"]
license = "MIT OR Apache-2.0"
name = "path_macro2"
readme = "README.md"
repository = "https://github.com/yuniqueunic/path_macro2"
version = "0.1.1"
[[package.metadata.release.pre-release-replacements]]
file = "README.md"
replace = 'path_macro2 = "{{version}}"'
search = 'path_macro2 = "[0-9]+\.[0-9]+\.[0-9]+[^"]*"'
[[test]]
name = "comma_path"
path = "tests/comma_path.rs"
[[test]]
name = "slash_path"
path = "tests/slash_path.rs"