m68k 0.1.7

A safe Rust M68000 family CPU emulator
Documentation
# 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 = "2024"
name = "m68k"
version = "0.1.7"
build = false
exclude = ["tests/**/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A safe Rust M68000 family CPU emulator"
readme = "README.md"
license = "MIT"

[lib]
name = "m68k"
path = "src/lib.rs"

[[bin]]
name = "m68k"
path = "src/main.rs"

[[bench]]
name = "microbench"
path = "benches/microbench.rs"
harness = false

[dependencies]

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.cranelift-codegen]
version = "0.132.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.cranelift-frontend]
version = "0.132.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.cranelift-jit]
version = "0.132.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.cranelift-module]
version = "0.132.0"