# 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 = "filewatch" version = "0.1.1" authors = ["Kyle Lucas "] description = "A tool for monitoring files to perform actions on" documentation = "https://docs.rs/filewatch" readme = "README.md" keywords = [ "file", "watch", "monitor", "action", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kylegrantlucas/filewatch" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.console] version = "0.15.2" [dependencies.indicatif] version = "0.17.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.rayon] version = "1.5.3" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.simple_logger] version = "2.3.0" [dependencies.walkdir] version = "2"