usn-parser 0.1.1

A Windows utility for NTFS/ReFS to search the MFT & monitoring the changes of USN Journal.
[[bin]]
name = "usn-parser"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.chrono]
version = "0.4.41"

[dependencies.clap]
features = ["derive"]
version = "4.5.38"

[dependencies.usn-journal-rs]
version = "0.2.2"

[dependencies.wax]
version = "0.6.0"

[package]
authors = ["Fu Wang <wangfu91@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "filesystem"]
description = "A Windows utility for NTFS/ReFS to search the MFT & monitoring the changes of USN Journal."
edition = "2024"
keywords = ["windows", "ntfs", "mft", "usn", "journal"]
license = "MIT"
name = "usn-parser"
readme = "README.md"
repository = "https://github.com/wangfu91/usn-parser-rs"
version = "0.1.1"

[profile.release]
codegen-units = 1
lto = "fat"
opt-level = 3
panic = "abort"
strip = true