# 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 = "inotify-logger" version = "0.1.0" authors = ["AudaciousAxiom"] build = false include = [ "/LICENSE", "/README.md", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Log inotify events in a friendly way" readme = "README.md" keywords = [ "events", "filesystem", "inotify", "logger", ] categories = [ "command-line-utilities", "development-tools::debugging", "filesystem", ] license = "MPL-2.0" repository = "https://codeberg.org/AudaciousAxiom/inotify-logger" [[bin]] name = "inotify-logger" path = "src/main.rs" [dependencies.futures-util] version = "0.3.31" features = [ "async-await", "std", ] default-features = false [dependencies.inotify] version = "0.11.0" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", "time", ] [dependencies.walkdir] version = "2.5.0" [dependencies.yansi] version = "1.0.1"