# 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] name = "path-clean" version = "1.0.1" authors = ["Dan Reeves "] exclude = ["scripts/*"] description = "A Rust implementation of cleanname or path.Clean" documentation = "https://docs.rs/path-clean" readme = "README.md" keywords = ["path", "clean"] license = "MIT OR Apache-2.0" repository = "https://github.com/danreeves/path-clean" [[bench]] name = "clean_benchmark" harness = false [dependencies] [dev-dependencies.criterion] version = "0.2"