cargo-watch 2.1.5

Utility for cargo to compile projects when sources change
[package]
name = "cargo-watch"
version = "2.1.5"
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>",
]

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"
keywords = [
  "cargo",
  "watch",
  "compile",
  "notify"
]

[dependencies]
docopt = "^0.6"
env_logger = "^0.3"
log = "^0.3"
notify = "^2.1"
regex = "*"
rustc-serialize = "*"
time = "*"