forensic-vfs-engine 0.1.4

The forensic-vfs registry + resolver: one Vfs::open(path) that detects the container/volume/filesystem stack of a piece of evidence and mounts a read-only dyn FileSystem.
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.88"
name = "forensic-vfs-engine"
version = "0.1.4"
authors = ["Albert Hui <albert@securityronin.com>"]
build = false
exclude = [
    "tests/",
    "fuzz/",
    "docs/",
    "supply-chain/",
    "paper/",
    ".github/",
    "mkdocs.yml",
    "renovate.json",
    "deny.toml",
    "clippy.toml",
    ".gitleaks.toml",
    ".pre-commit-config.yaml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The forensic-vfs registry + resolver: one Vfs::open(path) that detects the container/volume/filesystem stack of a piece of evidence and mounts a read-only dyn FileSystem."
readme = "README.md"
keywords = [
    "forensics",
    "dfir",
    "filesystem",
    "disk-image",
    "vfs",
]
categories = [
    "filesystem",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/SecurityRonin/forensic-vfs-engine"

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

[dependencies.aff4]
version = "0.2"

[dependencies.apfs-core]
version = "0.2.1"
features = ["vfs"]

[dependencies.apm]
version = "0.6"
package = "apm-partition-core"

[dependencies.archive-core]
version = "0.1.1"
features = ["vfs"]

[dependencies.bitlocker]
version = "0.3.3"
features = ["vfs"]
package = "bitlocker-core"

[dependencies.btrfs-core]
version = "0.1.2"
features = ["vfs"]

[dependencies.dmg]
version = "0.1"
package = "dmg-core"

[dependencies.ewf]
version = "0.4.1"
features = ["vfs"]

[dependencies.ext4fs]
version = "0.2.2"
features = ["vfs"]
package = "ext4fs-core"

[dependencies.fat]
version = "0.1.1"
features = ["vfs"]
package = "fat-core"

[dependencies.filevault]
version = "0.1.3"
features = ["vfs"]
package = "filevault-core"

[dependencies.forensic-vfs]
version = "0.4"

[dependencies.forensic-vfs-resolver]
version = "0.1"

[dependencies.hfsplus]
version = "0.2.1"
features = ["vfs"]
package = "hfsplus-forensic"

[dependencies.iso]
version = "0.7.1"
features = ["vfs"]
package = "iso9660-forensic"

[dependencies.luks]
version = "0.1.4"
features = ["vfs"]
package = "luks-core"

[dependencies.ntfs-core]
version = "0.9.1"
features = ["vfs"]

[dependencies.qcow2]
version = "0.3"
package = "qcow2-core"

[dependencies.state-history-forensic]
version = "0.1"

[dependencies.udf-forensic]
version = "0.2.1"
features = ["vfs"]

[dependencies.ufs]
version = "0.1.2"
features = ["vfs"]
package = "ufs-core"

[dependencies.veracrypt]
version = "0.2.2"
features = ["vfs"]
package = "veracrypt-core"

[dependencies.vhd]
version = "0.1"
package = "vhd-core"

[dependencies.vhdx]
version = "0.3"
package = "vhdx-core"

[dependencies.vmdk]
version = "0.8"
package = "vmdk-core"

[dependencies.xfs]
version = "0.1.1"
features = ["vfs"]
package = "xfs-core"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
expect_used = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"