# 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 = "async-inotify" version = "0.1.0" authors = ["Jia Chao "] include = [ "src/**/*", "Cargo.toml", "README.md", ] description = "An async wrapper for Linux inotify API, easy to use." readme = "README.md" keywords = [ "async", "inotify", "recursive", ] license = "MIT" repository = "https://github.com/jiachao2130/anotify" [profile.release] opt-level = 3 [[bin]] name = "anotify" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.futures-util] version = "0.3.28" [dependencies.inotify] version = "0.10.1" [dependencies.path-absolutize] version = "3.1.0" [dependencies.regex] version = "1.8.4" [dependencies.tokio] version = "1.28.2" features = [ "macros", "rt-multi-thread", "sync", "signal", ]