with-watch 0.1.5

Watch command inputs and rerun commands when they change
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 = "2021"
name = "with-watch"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Watch command inputs and rerun commands when they change"
readme = "README.md"
license = "MIT"
repository = "https://github.com/delinoio/oss"

[package.metadata.binstall]
disabled-strategies = [
    "quick-install",
    "compile",
]

[package.metadata.binstall.overrides.x86_64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/with-watch@v{ version }/with-watch-linux-amd64.tar.gz"
pkg-fmt = "tgz"
bin-dir = "with-watch"

[package.metadata.binstall.overrides.aarch64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/with-watch@v{ version }/with-watch-linux-arm64.tar.gz"
pkg-fmt = "tgz"
bin-dir = "with-watch"

[package.metadata.binstall.overrides.x86_64-apple-darwin]
pkg-url = "{ repo }/releases/download/with-watch@v{ version }/with-watch-darwin-amd64.tar.gz"
pkg-fmt = "tgz"
bin-dir = "with-watch"

[package.metadata.binstall.overrides.aarch64-apple-darwin]
pkg-url = "{ repo }/releases/download/with-watch@v{ version }/with-watch-darwin-arm64.tar.gz"
pkg-fmt = "tgz"
bin-dir = "with-watch"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/with-watch@v{ version }/with-watch-windows-amd64.zip"
pkg-fmt = "zip"
bin-dir = "with-watch.exe"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/with-watch@v{ version }/with-watch-windows-arm64.zip"
pkg-fmt = "zip"
bin-dir = "with-watch.exe"

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

[[bin]]
name = "with-watch"
path = "src/main.rs"

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

[dependencies.blake3]
version = "1.8.4"

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

[dependencies.globset]
version = "0.4.15"

[dependencies.notify]
version = "8.1.0"

[dependencies.starbase_args]
version = "0.1.9"

[dependencies.swc_malloc]
version = "1.2.5"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "fmt",
    "env-filter",
]

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.assert_cmd]
version = "2.0.16"

[dev-dependencies.predicates]
version = "3.1.3"

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