udf-forensic 0.1.0

Forensic-grade, from-scratch UDF (ECMA-167 / OSTA) reader — volume recognition, partition maps (physical/virtual/sparable/metadata), File Entry and directory (FID) traversal, and file data 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 = "udf-forensic"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Forensic-grade, from-scratch UDF (ECMA-167 / OSTA) reader — volume recognition, partition maps (physical/virtual/sparable/metadata), File Entry and directory (FID) traversal, and file data over any Read + Seek source"
homepage = "https://github.com/SecurityRonin/udf-forensic"
documentation = "https://docs.rs/udf-forensic"
readme = "README.md"
keywords = [
    "forensics",
    "udf",
    "ecma-167",
    "filesystem",
    "dfir",
]
categories = [
    "parser-implementations",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/SecurityRonin/udf-forensic"

[features]
serde = ["dep:serde"]

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

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[lints.rust]
unsafe_code = "forbid"