path-absolutize 3.0.11

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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81e05b2e0bc9f34da5b073abb9fab94dd47d2a79479244c99145893a5ae28fed"

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

[[package]]
name = "once_cell"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"

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

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

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