xtask-watch 0.3.3

A customizable helper to watch for changes in your projects using xtask.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85.1"
name = "xtask-watch"
version = "0.3.3"
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "CHANGELOG.md",
    "LICENSE.Apache-2.0",
    "LICENSE.MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A customizable helper to watch for changes in your projects using xtask."
homepage = "https://github.com/rustminded/xtask-watch"
documentation = "https://docs.rs/xtask-watch"
readme = "README.md"
keywords = [
    "wasm",
    "cli",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"

[lib]
name = "xtask_watch"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.cargo_metadata]
version = "0.19.1"

[dependencies.clap]
version = "4.5.28"
features = ["derive"]

[dependencies.glob]
version = "0.3.3"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.25"

[dependencies.notify]
version = "8.0.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.169"