# 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 = "async-watcher" version = "0.3.0" authors = ["Justin Rubek"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Trigger events when files or directories change" homepage = "https://github.com/justinrubek/async-watcher" readme = "README.md" license = "MIT" repository = "https://github.com/justinrubek/async-watcher" [lib] name = "async_watcher" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.notify] version = "5.1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.37"