path-absolutize 3.0.8

A library for extending `Path` and `PathBuf` in order to get an absolute path and remove the containing dots.
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.path-dedot]
version = "3.0.10"
[dev-dependencies.bencher]
version = "0.1.5"

[features]
lazy_static_cache = ["path-dedot/lazy_static_cache"]
once_cell_cache = ["path-dedot/once_cell_cache"]
unsafe_cache = ["path-dedot/unsafe_cache"]

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["parser-implementations", "filesystem"]
description = "A library for extending `Path` and `PathBuf` in order to get an absolute path and remove the containing dots."
edition = "2018"
homepage = "https://magiclen.org/path-absolutize"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "benches/bench.rs"]
keywords = ["path", "dot", "dedot", "absolute", "canonical"]
license = "MIT"
name = "path-absolutize"
readme = "README.md"
repository = "https://github.com/magiclen/path-absolutize"
version = "3.0.8"
[target."cfg(windows)".dev-dependencies.slash-formatter]
version = "3"