# 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 = "lc3dbg" version = "1.2.2" authors = ["cr0sh "] description = "Command-line LC-3 debugger" readme = "README.md" keywords = ["lc-3", "lc3", "debugger", "command-line"] categories = ["command-line-utilities", "development-tools", "simulation"] license = "GPL-2.0-only" repository = "https://github.com/cr0sh/lc3dbg" [dependencies.arraydeque] version = "0.4" [dependencies.console] version = "0.7" [dependencies.failure] version = "0.1" [dependencies.lazy_static] version = "1.3" [dependencies.lc3-rs] version = "0.4" [dependencies.pretty-bytes] version = "0.2" [dependencies.regex] version = "1.1"