path-absolutize 3.0.0

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

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

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

[[package]]
name = "path-dedot"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66dccdbc1522117f72e51fe0b7110a3e7106063f0cc6750a4cd889f3d9a758c3"
dependencies = [
 "lazy_static",
]

[[package]]
name = "slash-formatter"
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f7fb98e76e2022054673f3ebc43a4e12890ec6272530629df6237cafbb70569"