# 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" rust-version = "1.66.1" name = "r6502" version = "1.1.1" authors = ["baltdev"] description = "A simple MOS 6502 emulator." documentation = "https://docs.rs/r6502" readme = "README.md" categories = [ "no-std", "no-std::no-alloc", "emulators", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/balt-dev/r6502/" [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dependencies.bitflags] version = "2" [dependencies.bytemuck] version = "1" features = [ "derive", "min_const_generics", ] optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_with] version = "3" features = ["macros"] optional = true default-features = false [features] arbitrary = [ "dep:arbitrary", "bitflags/arbitrary", ] bcd = [] bytemuck = [ "dep:bytemuck", "bitflags/bytemuck", ] default = ["bcd"] serde = [ "dep:serde", "dep:serde_with", "bitflags/serde", ]