# 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" rust-version = "1.56" name = "arch-ops" version = "0.1.1" authors = [ "chorm", "rdrpenguin", ] description = "A library to encode and decode instructions for several architectures" license = "BSD-2-Clause-Patent" [dependencies.lazy_static] version = "1" [dependencies.target-tuples] version = "0.5.5" [features] aarch64 = [] all = [ "all-archs", "z80", ] all-archs = ["default-archs"] arm = [] clever = [] default = ["default-archs"] default-archs = [ "x86", "arm", "aarch64", "w65", "riscv", "propeller", "propeller2", "m6502", "clever", "m68k", ] m6502 = [] m68k = [] propeller = [] propeller2 = [] riscv = [] w65 = ["m6502"] x86 = [] z80 = []