ewf 0.1.1

Pure Rust reader for Expert Witness Format (E01/EWF) forensic disk images
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.74"
name = "ewf"
version = "0.1.1"
authors = ["Albert Hui"]
build = false
exclude = [
    "tests/data/",
    "tarpaulin-report.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust reader for Expert Witness Format (E01/EWF) forensic disk images"
readme = "README.md"
keywords = [
    "forensics",
    "ewf",
    "e01",
    "encase",
    "disk-image",
]
categories = [
    "parser-implementations",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/SecurityRonin/ewf"

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

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

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

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

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

[dependencies.flate2]
version = "1"

[dependencies.glob]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.12"

[dependencies.thiserror]
version = "2"

[dev-dependencies.md-5]
version = "0.10"

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