# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60" name = "path-absolutize" version = "3.1.1" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", "benches/bench.rs", ] 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" [[bench]] name = "bench" harness = false [dependencies.path-dedot] version = "3.1.1" [dev-dependencies.bencher] version = "0.1.5" [features] lazy_static_cache = ["path-dedot/lazy_static_cache"] once_cell_cache = ["path-dedot/once_cell_cache"] unsafe_cache = ["path-dedot/unsafe_cache"] use_unix_paths_on_wasm = ["path-dedot/use_unix_paths_on_wasm"] [target."cfg(windows)".dev-dependencies.slash-formatter] version = "3"