-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
see CHANGELOG v0.5.0
- Loading branch information
Showing
8 changed files
with
100 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,24 @@ | ||
[package] | ||
name = "fsfilter-rs" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
edition = "2021" | ||
authors = ["sn99 <[email protected]>"] | ||
description = "A rust library to monitor filesystem and more in windows" | ||
repository = "https://github.com/sn99/fsfilter-rs" | ||
repository = "https://github.com/SubconsciousCompute/fsfilter-rs" | ||
homepage = "https://github.com/SubconsciousCompute/fsfilter-rs" | ||
license = "MIT" | ||
readme = "README.md" | ||
keywords = ["filesystem", "driver", "windows", "minifilter", "syscalls"] | ||
categories = ["development-tools", "os::windows-apis", "filesystem", "api-bindings"] | ||
documentation = "https://docs.rs/fsfilter-rs" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
sysinfo = "0.26.4" | ||
widestring = "1.0.1" | ||
serde_json = "1.0.68" | ||
serde = { version = "1.0.130", features = ["derive"] } | ||
num = "0.4" | ||
num-derive = "0.3" | ||
num-traits = "0.2.14" | ||
strum = "0.24.1" | ||
strum_macros = "0.24.3" | ||
wchar = "0.11.0" | ||
kodama = "0.2.3" | ||
|
||
[dependencies.windows] | ||
version = "0.43.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.