# 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 = "maurice" version = "1.2.0" authors = ["Matthieu Casanova"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Maurice, a Thomson MO5 emulator" homepage = "https://github.com/kpouer/maurice" readme = "README.md" keywords = [ "emulator", "emulation", ] categories = ["emulators"] license = "MIT" repository = "https://github.com/kpouer/maurice" [[bin]] name = "maurice" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.cpal] version = "0.15.3" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.rayon] version = "1.10.0" [dependencies.rfd] version = "0.14.1" [dependencies.rust-embed] version = "8.5.0" [dependencies.speedy2d] version = "2.1.0"