dunce 1.0.5

Normalize Windows paths to the most compatible format, avoiding UNC where possible
Documentation
[badges.appveyor]
repository = "pornel/dunce"

[badges.gitlab]
repository = "kornelski/dunce"

[badges.maintenance]
status = "passively-maintained"

[lib]
name = "dunce"
path = "src/lib.rs"

[package]
authors = ["Kornel <kornel@geekhood.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["filesystem"]
description = "Normalize Windows paths to the most compatible format, avoiding UNC where possible"
documentation = "https://docs.rs/dunce"
edition = "2021"
homepage = "https://lib.rs/crates/dunce"
keywords = ["realpath", "unc", "canonicalize", "windows", "deunc"]
license = "CC0-1.0 OR MIT-0 OR Apache-2.0"
name = "dunce"
readme = "README.md"
repository = "https://gitlab.com/kornelski/dunce"
version = "1.0.5"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]