# 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 = "2018" name = "binfmt" version = "0.1.1" authors = [ "Connor Horman ", "Ray Redondo ", ] description = "A library for reading and writing binaries" license = "BSD-2-Clause-Patent" [lib] name = "binfmt" [dependencies.arch-ops] version = "0.1.1" [dependencies.bytemuck] version = "1.5.1" features = ["derive"] [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 = []