# 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_model" version = "0.2.1" authors = ["Stephen Sherratt "] description = "MOS6502 hardware model" homepage = "https://gitlab.com/gridbugs/mos6502.git" documentation = "https://docs.rs/mos6502_model" readme = "README.md" license = "MIT" repository = "https://gitlab.com/gridbugs/mos6502.git" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true [features] serialize = ["serde"]