path-absolutize 1.1.7

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
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "path-absolutize"
version = "1.1.7"
authors = ["Magic Len <len@magiclen.org>"]
description = "A library for extending `Path` and `PathBuf` in order to get an absolute path and remove the containing dots."
homepage = "https://magiclen.org/path-absolutize"
readme = "README.md"
keywords = ["path", "dot", "dedot", "absolute", "canonical"]
categories = ["parser-implementations", "filesystem"]
license = "MIT"
repository = "https://github.com/magiclen/path-absolutize"
[dependencies.path-dedot]
version = "1.1.11"

[dependencies.slash-formatter]
version = "2.2.1"
[badges.travis-ci]
branch = "master"
repository = "magiclen/path-absolutize"