# 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 = "fsfilter-rs" version = "0.8.0" authors = ["sn99 "] description = "A rust library to monitor filesystem and more in windows" homepage = "https://github.com/SubconsciousCompute/fsfilter-rs" documentation = "https://docs.rs/fsfilter-rs" readme = "README.md" keywords = [ "filesystem", "driver", "windows", "minifilter", "syscalls", ] categories = [ "development-tools", "os::windows-apis", "filesystem", "api-bindings", ] license = "MIT" repository = "https://github.com/SubconsciousCompute/fsfilter-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2.14" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.sysinfo] version = "0.28.0" [dependencies.wchar] version = "0.11.0" [dependencies.widestring] version = "1.0.1" [dependencies.windows] version = "0.44.0" features = [ "Win32_Storage_InstallableFileSystems", "Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Threading", "Win32_System_ProcessStatus", "Win32_System_Diagnostics_Debug", ]