path-absolutize 3.1.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.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb23e9dbbfd63ad57bed576e2f4392ab8131eacdfada49c414e8d22b0b2d07f"

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

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

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

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