# 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" rust-version = "1.76" name = "lprsemu" version = "0.4.4" authors = ["Filip Parag "] include = ["/src"] description = "Emulator, debugger and assembler for LPRS1 ISA & CPU" readme = "README.md" keywords = [ "emulator", "debugger", "assembler", "assembly", ] categories = [ "command-line-interface", "emulators", "parsing", "development-tools::debugging", ] license = "MIT" repository = "https://github.com/filiparag/ftn-lprsemu" [profile.release] lto = true strip = true [[bin]] name = "lprsemu" path = "src/main.rs" [[bin]] name = "lprsasm" path = "src/assembler.rs" [dependencies.clearscreen] version = "2.0.1" features = ["windows-console"] [dependencies.pest] version = "2.7.5" [dependencies.pest_derive] version = "2.7.5"