# 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_vm" version = "0.1.0" authors = ["Kuldeep Sinh Chauhan "] description = "LC-3 (Little Computer 3) VM implemented in Rust. Ideally, it will run any LC-3 assembly program." homepage = "https://github.com/KuldeepSinh/lc3_vm" documentation = "https://github.com/KuldeepSinh/lc3_vm" readme = "README.md" keywords = ["lc3", "vm"] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/KuldeepSinh/lc3_vm" [dependencies.byteorder] version = "1.2.7" [dependencies.libc] version = "0.2.45" [dependencies.signal-hook] version = "0.1.6" [dependencies.termios] version = "0.3.1"