# 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" name = "pathtrim" version = "2.0.0" authors = ["rrrodzilla "] description = "This crate implements the TrimmablePath trait on anything that implements AsRef so you can easily obtain the last *n* parts of a path." documentation = "https://docs.rs/pathtrim" readme = "readme.md" keywords = [ "path-processing", "path-utils", "file-paths", "path-manipulation", "path-trimming", ] categories = [ "os", "text-processing", "filesystem", "development-tools", "value-formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rrrodzilla/pathtrim"