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

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

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

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