hotwatch 0.3.0

A Rust library for conveniently watching and handling file changes.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "hotwatch"
version = "0.3.0"
authors = ["Scott Pleb <scottpleb@comfy.love>"]
description = "A Rust library for conveniently watching and handling file changes."
homepage = "https://scottpleb.github.io/hotwatch/"
documentation = "https://scottpleb.github.io/hotwatch/docs/hotwatch"
readme = "README.md"
keywords = ["notify", "watch", "events", "filesystem"]
license = "MIT"
repository = "https://github.com/scottpleb/hotwatch"
[dependencies.parking_lot]
version = "0.4"

[dependencies.notify]
version = "4.0"

[dependencies.derive_more]
version = "0.6"