# 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" name = "matrix65" version = "0.2.0" authors = ["Mikael Lund "] description = "Matrix Mode Serial Communicator for MEGA65" homepage = "https://github.com/mlund/matrix65" documentation = "https://docs.rs/matrix65" readme = "README.md" keywords = [ "mega65", "serial", "8-bit", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/mlund/matrix65" [package.metadata.cross.target.x86_64-unknown-linux-gnu] pre-build = ["apt-get update && apt-get install --assume-yes libudev-dev libssl-dev"] [profile.release] opt-level = "z" lto = true strip = true [lib] name = "matrix65" path = "src/lib/lib.rs" [[bin]] name = "matrix65" path = "src/main.rs" [dependencies.anyhow] version = "1.0.64" [dependencies.cbm] version = "0.1" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.crossterm] version = "0.25" [dependencies.disasm6502] version = "0.2" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4" [dependencies.parse_int] version = "0.6" [dependencies.pretty_env_logger] version = "0.4" [dependencies.reedline-repl-rs] version = "1.0.2" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serialport] version = "4.2" [dependencies.tempfile] version = "3.3" [dependencies.tui] version = "0.19"