watchexec 1.10.0

Executes commands in response to file modifications
Documentation
# 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 = "watchexec"
version = "1.10.0"
authors = ["Matt Green <mattgreenrocks@gmail.com>"]
description = "Executes commands in response to file modifications"
homepage = "https://github.com/watchexec/watchexec"
documentation = "https://github.com/watchexec/watchexec"
readme = "README.md"
keywords = ["watcher", "inotify", "fsevents", "kqueue"]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/watchexec/watchexec"
[profile.dev]
panic = "abort"

[profile.release]
lto = true
panic = "abort"

[[bin]]
name = "watchexec"
doc = false
[dependencies.clap]
version = "2.32.0"
features = ["wrap_help"]
default-features = false

[dependencies.env_logger]
version = "0.5.12"
features = []
default-features = false

[dependencies.glob]
version = "0.2.11"

[dependencies.globset]
version = "0.4.1"

[dependencies.lazy_static]
version = "1.1.0"

[dependencies.log]
version = "0.4.4"

[dependencies.notify]
version = "4.0.7"
[dev-dependencies.mktemp]
version = "0.3.1"
[target."cfg(unix)".dependencies.nix]
version = "0.11.0"
[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2.2"

[target."cfg(windows)".dependencies.winapi]
version = "0.2.8"
[badges.appveyor]
repository = "watchexec/watchexec"

[badges.travis-ci]
repository = "watchexec/watchexec"