# 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 = "2018" name = "huniq" version = "2.7.0" authors = ["Karolin Varner "] description = "Filter out duplicates on the command line. Replacement for `sort | uniq` optimized for speed (10x faster)." readme = "readme.md" keywords = ["cli", "uniq"] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/koraa/huniq" [profile.release] lto = "fat" [dependencies.ahash] version = "0.7.6" [dependencies.anyhow] version = "1.0.56" [dependencies.bstr] version = "0.2.17" [dependencies.clap] version = "3.1.9" [dev-dependencies.assert_cmd] version = "2.0.4"