[package] name = "ripuniq" version = "1.1.2" license = "MIT" edition = "2021" readme = "README.md" categories = ["command-line-utilities"] keywords = ["uniq"] repository = "https://codeberg.org/binarycat/ripuniq" documentation = "https://codeberg.org/binarycat/ripuniq" description = "highly optimized uniq replacement" [dependencies] ahash = "0.8.11" anyhow = { version = "1.0.86", default-features = false, features = ["std"] } getargs = "0.5.0" hashbrown = "0.14.5" [profile.release] panic = "abort" lto = "fat" opt-level = 3 codegen-units = 1 strip = true [profile.perf] inherits = "release" strip = false debug = true