# 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 = "mos6502" version = "0.6.1" authors = ["The 6502-rs Developers"] build = false exclude = ["examples/**"] autobins = false autoexamples = false autotests = false autobenches = false description = "A MOS 6502 Emulator" readme = "README.md" license = "BSD-3-Clause" [lib] name = "mos6502" path = "src/lib.rs" [dependencies.bitflags] version = "2.5.0" [dependencies.log] version = "0.4.21" [features] decimal_mode = [] default = ["decimal_mode"]