[package]
name = "resource-fork"
version = "0.3.9"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A library for reading and writing Macos resource forks"
repository = "https://github.com/Dr-Emann/applesauce"
rust-version = "1.77"
[[bench]]
name = "compare_impls"
harness = false
[dependencies]
libc = "0.2"
[dev-dependencies]
tempfile = "3.25.0"
criterion = { version = "0.8.2", features = ["html_reports"] }
[lints]
workspace = true
[package.metadata.docs.rs]
targets = ["aarch64-apple-darwin"]