# 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 = "watchcrab" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ WatchCrab is a fast, secure, and easy-to-use Rust-based tool to monitor filesystem events across platforms. Effortlessly automate tasks and log changes. """ homepage = "https://github.com/IsWladi/WatchCrab" readme = "README.md" license = "MIT" repository = "https://github.com/IsWladi/WatchCrab.git" [lib] name = "watchcrab" path = "src/lib.rs" [[bin]] name = "watchcrab" path = "src/main.rs" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.lazy_static] version = "1.5.0" [dependencies.notify] version = "6.1.1" [dependencies.threadpool] version = "1.8.1" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.signal-hook] version = "0.3.17" [target."cfg(windows)".dependencies.windows] version = "0.58.0" features = [ "Win32_System_Console", "Win32_System_Threading", ]