# 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 = "sortuniq" version = "0.2.0" authors = ["Chris West (Faux) "] description = "Find or count unique values in an input stream" readme = "README.md" categories = [ "command-line-utilities", "text-processing", ] license = "MIT/Apache-2.0" repository = "https://github.com/FauxFaux/sortuniq" [profile.release] lto = true panic = "abort" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.lru] version = "0.9" [badges.travis-ci] repository = "FauxFaux/sortuniq"