[[bin]]
name = "watchexec"
path = "src/main.rs"
[build-dependencies.embed-resource]
version = "1.6.1"
[dependencies.clap]
default-features = false
features = ["wrap_help"]
version = "2.33.3"
[dependencies.env_logger]
default-features = false
features = []
version = "0.8.3"
[dependencies.log]
version = "0.4.14"
[dependencies.watchexec]
version = "1.16.0"
[dev-dependencies.assert_cmd]
version = "1.0.3"
[dev-dependencies.insta]
version = "1.7.1"
[package]
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
categories = ["command-line-utilities"]
description = "Executes commands in response to file modifications"
documentation = "https://github.com/watchexec/watchexec"
edition = "2018"
homepage = "https://github.com/watchexec/watchexec"
keywords = ["watcher", "filesystem", "cli", "watchexec"]
license = "Apache-2.0"
name = "watchexec-cli"
readme = "README.md"
repository = "https://github.com/watchexec/watchexec"
version = "1.16.1"
[package.metadata.binstall]
bin-dir = "watchexec-{ version }-{ target }/{ bin }{ format }"
pkg-fmt = "txz"
pkg-url = "{ repo }/releases/download/cli-v{ version }/watchexec-{ version }-{ target }.tar.xz"
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"
pkg-url = "{ repo }/releases/download/cli-v{ version }/watchexec-{ version }-{ target }.zip"