# 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 = "spat" version = "0.2.3" authors = ["FernOfSigma "] description = "Utility for shortening UNIX-like paths." documentation = "https://docs.rs/spat" readme = "README.md" keywords = [ "cli", "file", "filesystem", "utility", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/FernOfSigma/spat" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "spat" required-features = ["cli"] [dependencies.itertools] version = "0.11.0" [dependencies.pico-args] version = "0.5.0" optional = true [features] cli = ["pico-args"] default = ["cli"]