# 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" name = "macbinary" version = "0.2.1" description = "MacBinary and resource fork parser" homepage = "https://7bit.org/macbinary/" readme = "README.md" keywords = [ "macos", "retro", "computing", "no_std", ] categories = [ "parser-implementations", "encoding", "wasm", "no-std", ] license = "Apache-2.0" repository = "https://github.com/wezm/macbinary" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.crc] version = "3.0.1" [dependencies.heapless] version = "0.7.16" optional = true [features] no_std = ["heapless"] [target."cfg(target_family = \"wasm\")".dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(target_family = \"wasm\")".dependencies.serde-wasm-bindgen] version = "0.5" [target."cfg(target_family = \"wasm\")".dependencies.serde_bytes] version = "0.11.9" [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen] version = "0.2.84"