# 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 = "emu6809" version = "0.1.2" authors = ["Gaz Liddon"] build = "build.rs" description = "In development 6809 emulator" readme = "README.md" categories = ["Emulators"] license = "MIT OR Apache-2.0" repository = "https://github.com/gazliddon/crates" [dependencies.bitflags] version = "2.4.0" [dependencies.byteorder] version = "1.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.num] version = "0.4.1" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_yaml] version = "0.9.25" [dependencies.sha1] version = "0.10.6" [dependencies.thiserror] version = "1.0.48" [build-dependencies.serde] version = "1.0.188" features = ["derive"] [build-dependencies.serde_json] version = "1.0.107"