[dependencies]
[dev-dependencies]
[features]
alloc = []
default = ["std"]
std = []
[lib]
name = "affs_read"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "filesystem", "embedded", "parser-implementations"]
description = "A no_std compatible crate for reading Amiga Fast File System (AFFS) disk images"
documentation = "https://github.com/MuntasirSZN/affs-read"
edition = "2024"
keywords = ["amiga", "filesystem", "adf", "affs", "no_std"]
license = "MIT"
name = "affs-read"
readme = "README.md"
version = "0.2.0"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"