strop 0.2.0

stochastically generates machine code
Documentation
[dependencies.armv4t_emu]
optional = true
version = "0.1.0"

[dependencies.bitmatch]
version = "0.1.1"

[dependencies.dez80]
optional = true
version = "4.0.1"

[dependencies.emu6809]
optional = true
version = "0.1.2"

[dependencies.iz80]
optional = true
version = "0.4.1"

[dependencies.m68000]
optional = true
version = "0.2.1"

[dependencies.mos6502]
optional = true
version = "0.6.0"

[dependencies.rand]
version = "0.9.0"

[dependencies.unarm]
optional = true
version = "=1.7.0"

[[example]]
name = "gen"
path = "examples/gen.rs"

[[example]]
name = "opt"
path = "examples/opt.rs"

[[example]]
name = "peephole"
path = "examples/peephole.rs"

[features]
armv4t = ["armv4t_emu", "unarm"]
default = ["armv4t", "m6502", "m6809", "z80"]
m6502 = ["mos6502"]
m6809 = ["emu6809"]
m68k = ["m68000"]
z80 = ["iz80", "dez80"]

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

[package]
authors = ["Sam M W <you@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "stochastically generates machine code"
edition = "2021"
homepage = "https://github.com/omarandlorraine/strop"
license = "MIT"
name = "strop"
readme = "README.md"
repository = "https://github.com/omarandlorraine/strop"
version = "0.2.0"