[package]
name = "debounce"
version = "0.2.2"
edition = "2018"
authors = ["Ivan Sagalaev <maniac@softwaremaniacs.org>"]
description = "Data structures and helpers for debouncing a stream of events: removing duplicate events occurring closely in time."
repository = "https://nest.pijul.com/isagalaev/debounce"
documentation = "https://docs.rs/debounce"
license = "BSD-3-Clause"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
getopts = "^0.2"