# 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 = "termin-8" version = "0.1.7" authors = ["Tobias V. Langhoff "] description = "CHIP-8 emulator that runs in your terminal" readme = "README.md" categories = ["emulators"] license = "MIT" repository = "https://github.com/tobiasvl/termin-8" resolver = "2" [dependencies.ansi_colours] version = "1.1" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.crossterm] version = "0.25" [dependencies.deca] version = "0.0.10" [dependencies.dirs] version = "4.0" [dependencies.drawille] version = "0.3" [dependencies.octopt] version = "1.0" [dependencies.rust-ini] version = "0.18"