# 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 = "ripuniq" version = "1.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "highly optimized uniq replacement" documentation = "https://codeberg.org/binarycat/ripuniq" readme = "README.md" keywords = ["uniq"] categories = ["command-line-utilities"] license = "MIT" repository = "https://codeberg.org/binarycat/ripuniq" [profile.perf] debug = 2 inherits = "release" strip = false [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" strip = true [[bin]] name = "ripuniq" path = "src/main.rs" [dependencies.ahash] version = "0.8.11" [dependencies.anyhow] version = "1.0.86" features = ["std"] default-features = false [dependencies.getargs] version = "0.5.0" [dependencies.hashbrown] version = "0.14.5"