normpath 1.2.0

More reliable path manipulation
Documentation
[dependencies.print_bytes]
features = ["os_str_bytes"]
optional = true
version = "2.0"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.uniquote]
optional = true
version = "3.0"
[dev-dependencies.bincode]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.0"

[features]
localization = ["windows-sys/Win32_UI_Shell", "windows-sys/Win32_UI_WindowsAndMessaging"]

[package]
authors = ["dylni"]
categories = ["command-line-interface", "filesystem", "os"]
description = "More reliable path manipulation\n"
edition = "2021"
exclude = [".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/tests"]
keywords = ["absolute", "canonicalize", "path", "normalize", "windows"]
license = "MIT OR Apache-2.0"
name = "normpath"
readme = "README.md"
repository = "https://github.com/dylni/normpath"
rust-version = "1.74.0"
version = "1.2.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "normpath_docs_rs"]
rustdoc-args = ["--cfg", "normpath_docs_rs"]
[target."cfg(not(windows))".dev-dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Storage_FileSystem"]
version = "0.52"
[target."cfg(windows)".dev-dependencies.windows-sys]
features = ["Win32_Foundation"]
version = "0.52"