# 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 = "usn-journal-watcher" version = "0.1.3" authors = ["Matteo Bernacchia "] description = "Watch a NTFS volume for any file operation." readme = "README.md" keywords = [ "watch", "filesystem", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/kikijiki/usn-journal-watcher" resolver = "2" [dependencies.windows] version = "0.29.0" features = [ "alloc", "Win32_Foundation", "Win32_System_Time", "Win32_System_SystemInformation", "Win32_Security", "Win32_System_IO", "Win32_Storage_FileSystem", "Win32_System_Ioctl", ]