cargo-watch 3.2.0

Utility for cargo to compile projects when sources change
[package]
name = "cargo-watch"
version = "3.2.0"

authors = [
  "Félix Saparelli <me@passcod.name>",
  "Antti Keränen <detegr@gmail.com>",
  "Konstantin Stepanov <me@kstep.me>",
  "Jonathan Neuschäfer <j.neuschaefer@gmx.net>",
  "Gabor Nagy <mail@aigeruth.hu>",
  "Ivan Jager <aij+git@mrph.org>",
  "Christopher Brickley <brickley@gmail.com>",
  "Lukas Kalbertodt <lukas.kalbertodt@gmail.com>",
]

description = "Utility for cargo to compile projects when sources change"
homepage = "https://github.com/passcod/cargo-watch"
repository = "https://github.com/passcod/cargo-watch"

readme = "README.md"
license = "CC0-1.0"
categories = ["command-line-utilities", "development-tools"]
keywords = [
  "cargo",
  "watch",
  "compile",
  "notify",
]

[dependencies]
docopt = "0.6.86"
env_logger = "0.3.5"
lazy_static = "0.2.2"
libc = "0.2.18"
log = "0.3.6"
notify = "4.0.1"
regex = "0.1.80"
rustc-serialize = "0.3.22"
wait-timeout = "0.1.3"