# 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 = "emulator_6502" version = "1.1.0" authors = ["Garett Cooper"] exclude = [".travis.yml", "matrix_scraper.py"] description = "Rust implementation of an MOS 6502 emulator, intended to be a talking point during the interview process for my Winter 2020 co-op placement." homepage = "https://github.com/GarettCooper/emulator_6502" readme = "README.md" keywords = ["emulator", "6502", "nes"] categories = ["emulators"] license = "MIT" repository = "https://github.com/GarettCooper/emulator_6502" [[bench]] name = "benches" harness = false [dependencies.log] version = "0.4.*" [dev-dependencies.criterion] version = "0.3.1" [features] binary_coded_decimal = [] default = [] illegal_opcodes = [] implementation_transparency = [] [badges.travis-ci] repository = "GarettCooper/emulator_6502"