# 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 = "rsincrond" version = "0.0.2" authors = ["Mattia Repetto "] description = "Rust rewrite of the incredibly useful but abandoned incron software" homepage = "https://github.com/mfwre/rsincron" documentation = "https://github.com/mfwre/rsincron" readme = "README.md" keywords = ["incron"] license = "GPL-3.0-or-later" repository = "https://github.com/mfwre/rsincron" [lib] name = "rsincronlib" [[bin]] name = "rsincrontab" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "tokio1", ] [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.futures] version = "0.3.26" [dependencies.inotify] version = "0.10.0" [dependencies.uuid] version = "1.3.0" features = ["v4"]