path-absolutize 4.0.1

A library for extending `Path` and `PathBuf` in order to get an absolute path and remove the containing dots.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bencher"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dfdb4953a096c551ce9ace855a604d702e6e62d77fac690575ae347571717f5"

[[package]]
name = "concat-with"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ce5bdfa3c9147f1a354c8380ff9ec5bfc1a9ad4e242b974044bcb8ef0bdbba1"

[[package]]
name = "path-absolutize"
version = "4.0.1"
dependencies = [
 "bencher",
 "path-dedot",
 "slash-formatter",
]

[[package]]
name = "path-dedot"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03351d0f1c066c114015408dc6a3e101f080fc03ef9d8d799aa58ec760cac5a6"

[[package]]
name = "slash-formatter"
version = "3.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b4db2f2091520ec2adf910cbeb2582332862e7642688deada0a3892494d2f6"
dependencies = [
 "concat-with",
]