resource-fork 0.3.7

A library for reading and writing Macos resource forks
Documentation
[[bench]]
harness = false
name = "compare_impls"
path = "benches/compare_impls.rs"

[dependencies.libc]
version = "0.2"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7.0"

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

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

[lints.clippy]
undocumented_unsafe_blocks = "warn"

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for reading and writing Macos resource forks"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "resource-fork"
readme = false
repository = "https://github.com/Dr-Emann/applesauce"
rust-version = "1.77"
version = "0.3.7"

[package.metadata.docs.rs]
targets = ["aarch64-apple-darwin"]