# 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 = "watchit" version = "0.1.0" authors = ["Eric Evans "] description = "An easy to use, cross-platform watcher for file changes" homepage = "https://github.com/ciresnave/watchit" documentation = "https://github.com/ciresnave/watchit" readme = "README.md" keywords = [ "event", "filesystem", "notify", "os", "watch", ] categories = [ "filesystem", "os", ] license = "MIT" repository = "https://github.com/ciresnave/watchit" [dependencies.notify] version = "6.1.1" [dependencies.notify-debouncer-full] version = "0.3.1" [dependencies.tracing] version = "0.1.40"