# 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 = "dirqd" version = "0.1.0" authors = ["Kenneth Wang Pedersen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Invoke processes based on incoming files in a directory" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kennep/dirqd/" [[bin]] name = "dirqd" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.glob] version = "0.3.1" [dependencies.log] version = "0.4.21" [dependencies.notify] version = "6.1.1"