watchexec/lib/Cargo.toml

33 lines
804 B
TOML
Raw Normal View History

[package]
name = "watchexec"
2021-07-10 10:04:31 +02:00
version = "1.16.1"
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"
2021-04-30 17:47:22 +02:00
description = "Library to execute commands in response to file modifications"
keywords = ["watcher", "filesystem", "watchexec"]
documentation = "https://github.com/watchexec/watchexec"
homepage = "https://github.com/watchexec/watchexec"
repository = "https://github.com/watchexec/watchexec"
2021-05-08 17:39:13 +02:00
readme = "README.md"
edition = "2018"
[dependencies]
2021-05-22 09:59:32 +02:00
clearscreen = "1.0.4"
command-group = "1.0.3"
derive_builder = "0.10.0"
glob = "0.3.0"
globset = "=0.4.6"
lazy_static = "1.1.0"
log = "0.4.14"
notify = "4.0.15"
walkdir = "2.3.2"
[target.'cfg(unix)'.dependencies]
nix = "0.22.0"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.9"