# 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 = "m68000" version = "0.2.1" authors = ["Stovent "] description = "A Motorola 68000 interpreter, disassembler and assembler (code emitter)" readme = "README.md" keywords = [ "motorola", "68000", "m68k", "interpreter", "emulator", ] categories = [ "compilers", "emulators", ] license = "MPL-2.0" repository = "https://github.com/Stovent/m68000" [lib] crate-type = [ "lib", "staticlib", ] [features] default = [] ffi = []