clankerdiff-watch 0.1.3

Native filesystem watching and coalesced Git snapshot publication
Documentation
[package]
name = "clankerdiff-watch"
description = "Native filesystem watching and coalesced Git snapshot publication"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true

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

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

[lints]
workspace = true

[features]
test-support = []

[dependencies]
clankerdiff-core = { version = "0.1.3", path = "../diff-core" }
clankerdiff-git = { version = "0.1.3", path = "../diff-git" }
notify.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = ["macros", "rt", "sync", "time"] }

[dev-dependencies]
clankerdiff-watch = { path = ".", features = ["test-support"] }
clankerdiff-git = { path = "../diff-git", features = ["test-support"] }
tempfile.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }