rspack_watcher 0.7.7

rspack watcher
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"
name = "rspack_watcher"
version = "0.7.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rspack watcher"
readme = false
license = "MIT"
repository = "https://github.com/web-infra-dev/rspack"
resolver = "2"

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

[[test]]
name = "watcher"
path = "tests/watcher.rs"

[dependencies.cow-utils]
version = "0.1.3"
default-features = false

[dependencies.dashmap]
version = "6.1.0"
default-features = false

[dependencies.fast-glob]
version = "1.0.0"
default-features = false

[dependencies.notify]
version = "8.2.0"
features = ["macos_fsevent"]
default-features = false

[dependencies.rspack_error]
version = "=0.7.7"
default-features = false

[dependencies.rspack_paths]
version = "=0.7.7"
default-features = false

[dependencies.rspack_regex]
version = "=0.7.7"
default-features = false

[dependencies.rspack_util]
version = "=0.7.7"
default-features = false

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt",
    "rt-multi-thread",
    "rt",
    "macros",
    "sync",
    "time",
]
default-features = false

[dev-dependencies.tempfile]
version = "3.23.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
version = "1.48.0"
features = [
    "rt",
    "rt-multi-thread",
    "rt",
    "macros",
    "sync",
    "fs",
]
default-features = false