usn-parser 0.1.4

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

[[bin]]
name = "usn-parser"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

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

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

[dependencies.wax]
version = "0.6"

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