# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rorshach" version = "0.2.0" authors = ["Sam Radhakrishnan "] description = "A wacthman for directories" keywords = ["file-io", "file-watcher", "inotify", "utility-tools", "watchdog"] categories = ["command-line-utilities", "filesystem"] license = "MIT" [dependencies.clap] version = "~2.27.0" features = ["yaml"] [dependencies.csv] version = "1.1.3" [dependencies.futures] version = "0.3" [dependencies.hotwatch] version = "0.4.3" [dependencies.log] version = "0.4.11" [dependencies.pub-sub] version = "2.0.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.shellexpand] version = "1.0.0" [dependencies.simple_logger] version = "1.6.0" [dependencies.strum] version = "0.18.0" [dependencies.strum_macros] version = "0.18.0"