# 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 = "proximity-sort" version = "1.3.0" authors = ["Jon Gjengset "] description = "Simple command-line utility for sorting inputs by proximity to a path argument" readme = "README.md" keywords = [ "cli", "pipe", "filter", "utility", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/proximity-sort.git" [profile.release] lto = "yes" codegen-units = 1 [dependencies.clap] version = "4.1.4" features = [ "derive", "wrap_help", ] [dependencies.os_str_bytes] version = "6.4" features = ["raw_os_str"] default-features = false