fyr 1.1.0

A fast, lightweight file watcher that automatically runs your command on every save
# 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 = "fyr"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, lightweight file watcher that automatically runs your command on every save"
readme = "README.md"
keywords = [
    "file-watcher",
    "watch",
    "cli",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/opmr0/fyr"

[[bin]]
name = "fyr"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.clearscreen]
version = "4.0.3"

[dependencies.colored]
version = "3.1.1"

[dependencies.confy]
version = "2.0.0"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.notify]
version = "8.2.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serial_test]
version = "3.4.0"

[dependencies.shell-words]
version = "1.1.1"

[dependencies.terminal_size]
version = "0.4.3"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.which]
version = "8.0.0"