# 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 = "watcher" version = "0.0.1" authors = ["Andelf "] description = "File watcher" homepage = "https://github.com/andelf/watcher-rs" documentation = "https://docs.rs/watcher/" readme = "README.md" keywords = ["watcher", "file", "notify", "event"] license = "MIT OR Apache-2.0" repository = "https://github.com/andelf/watcher-rs" resolver = "2" [dependencies.gitignore] version = "1.0" [dependencies.glob] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.notify] version = "4.0" [dependencies.serde_derive] version = "1.0" [dependencies.uuid] version = "0.8" [dependencies.walkdir] version = "2.3"