binfmt 0.1.1

A library for reading and writing binaries
Documentation
[dependencies.arch-ops]
version = "0.1.1"

[dependencies.bytemuck]
features = ["derive"]
version = "1.5.1"

[dependencies.fake-enum]
version = "0.1.4"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.target-tuples]
version = "0.5.9"

[features]
aarch64 = []
all-archs = ["default-archs", "z80", "m6502"]
all-formats = ["default-formats", "aout", "xo65", "o65"]
aout = []
ar = []
arm = []
clever = []
coff = []
default-archs = ["w65", "x86", "arm", "riscv", "m68k", "clever"]
default-formats = ["coff", "elf32", "elf64", "macho", "pe", "llir", "xir", "ar"]
elf = []
elf32 = ["elf"]
elf64 = ["elf"]
llir = []
m6502 = []
m68k = []
macho = []
o65 = []
pe = ["coff"]
riscv = []
w65 = []
x86 = []
xir = []
xo65 = []
z80 = []

[lib]
name = "binfmt"

[package]
authors = ["Connor Horman <chorman64@gmail.com>", "Ray Redondo <rdrpenguin04@gmail.com>"]
description = "A library for reading and writing binaries"
edition = "2018"
license = "BSD-2-Clause-Patent"
name = "binfmt"
version = "0.1.1"