runiq 1.0.0

An efficient way to filter duplicate lines from input, à la uniq.
# 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]
name = "runiq"
version = "1.0.0"
authors = ["Isaac Whitfield <iw@whitfin.io>"]
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.clap]
version = "2.31"

[dependencies.fnv]
version = "1.0"

[dependencies.scalable_bloom_filter]
version = "0.1"

[dependencies.xxhash2]
version = "0.1"
[badges.travis-ci]
repository = "whitfin/runiq"