ntfs-core 0.6.0

Pure-Rust from-scratch NTFS filesystem reader — MFT, attributes, indexes, data runs, over any Read + Seek source
Documentation
# 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"
rust-version = "1.85"
name = "ntfs-core"
version = "0.6.0"
authors = ["Albert Hui <albert@securityronin.com>"]
build = false
exclude = [
    "/fuzz",
    "/.github",
    "/docs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust from-scratch NTFS filesystem reader — MFT, attributes, indexes, data runs, over any Read + Seek source"
homepage = "https://github.com/SecurityRonin/ntfs-forensic"
documentation = "https://docs.rs/ntfs-core"
readme = "README.md"
keywords = [
    "forensics",
    "ntfs",
    "filesystem",
    "dfir",
    "mft",
]
categories = [
    "parser-implementations",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/SecurityRonin/ntfs-forensic"

[lib]
name = "ntfs_core"
path = "src/lib.rs"

[[test]]
name = "ntfs_artifacts"
path = "tests/ntfs_artifacts.rs"

[[test]]
name = "parity_mft"
path = "tests/parity_mft.rs"

[[test]]
name = "real_image"
path = "tests/real_image.rs"

[[test]]
name = "usn"
path = "tests/usn.rs"

[dependencies.bitflags]
version = "2"

[dependencies.chrono]
version = "0.4"

[dependencies.forensicnomicon]
version = "0.3.1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.mft]
version = "0.6"

[lints.rust]
unsafe_code = "forbid"