# 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 = "2018" name = "caretaker" version = "0.2.4" authors = ["Maroš Grego "] description = "A simple, configurable filesystem watcher" homepage = "https://github.com/grego/caretaker" readme = "README.md" keywords = [ "fsevents", "notify", "inotify", "watcher", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/grego/caretaker" [profile.release] lto = "fat" strip = "debuginfo" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "3" features = ["std"] default_features = false [dependencies.clap_derive] version = "3" [dependencies.crossbeam-channel] version = "0.5.4" [dependencies.custom_error] version = "1.9.2" [dependencies.glob] version = "0.3" [dependencies.notify] version = "^5.0.0-pre.15" [dependencies.serde] version = "^1.0.130" features = ["derive"] [dependencies.toml] version = "0.5.9"