# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "runiq-lib" version = "1.2.2" authors = ["Isaac Whitfield ", "Julien Abadji "] 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/uinelj/runiq" [lib] name = "runiq" path = "src/lib.rs" [dependencies.bytelines] version = "2.2" [dependencies.clap] version = "2.33" [dependencies.fnv] version = "1.0" [dependencies.scalable_bloom_filter] version = "0.1" [dependencies.twox-hash] version = "1.6" [badges.travis-ci] repository = "uinelj/runiq"