lc3-rs 0.3.1

A LC-3(Little Computer 3) virtual machine
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "lc3-rs"
version = "0.3.1"
authors = ["cr0sh <ska827@snu.ac.kr>"]
description = "A LC-3(Little Computer 3) virtual machine"
readme = "README.md"
categories = ["simulation"]
license = "GPL-2.0-only"
repository = "https://github.com/cr0sh/lc3-rs"

[lib]
name = "lc3"
path = "src/lib.rs"
test = true
doctest = true
bench = true
doc = true
plugin = false
proc-macro = false
harness = true

[[bin]]
name = "test-proj1"
path = "src/bin/test_proj1/main.rs"

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

[features]
disable-crlf-compat-windows = []
instruction-trace = []
register-trace = []