# 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 = "runiq" version = "2.0.0" authors = ["Isaac Whitfield "] description = "An efficient way to filter duplicate lines from input, à la uniq." readme = "README.md" keywords = [ "filtering", "logging", "unique", ] categories = [ "algorithms", "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/whitfin/runiq" [dependencies.bytelines] version = "2.5" optional = true default-features = false [dependencies.bytesize] version = "1.3" optional = true [dependencies.clap] version = "4.4" features = ["derive"] optional = true [dependencies.cli-table] version = "0.4" optional = true [dependencies.format_num] version = "0.1" optional = true [dependencies.growable-bloom-filter] version = "2.1" [dependencies.identity-hash] version = "0.1" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.xxhash-rust] version = "0.8" features = ["xxh64"] [dev-dependencies.jen] version = "1.6" [features] cli = [ "bytelines", "bytesize", "clap", "cli-table", "format_num", ] default = ["cli"]