libpfs3 0.1.0

Pure Rust PFS3 (Amiga) filesystem library — read, write, format, and check
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 = "2024"
name = "libpfs3"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust PFS3 (Amiga) filesystem library — read, write, format, and check"
readme = "README.md"
keywords = [
    "amiga",
    "pfs3",
    "filesystem",
    "retro",
    "fuse",
]
categories = [
    "filesystem",
    "parser-implementations",
]
license = "LGPL-3.0-or-later"
repository = "https://github.com/metaneutrons/pfs3"

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

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

[dependencies.byteorder]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dev-dependencies.sevenz-rust]
version = "0.6"