# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dustbox" version = "0.0.1" authors = ["Martin Lindhe "] exclude = ["utils/*"] description = "PC x86 emulator with the goal of easily running MS-DOS games on Windows, macOS and Linux." license = "MIT" repository = "https://github.com/martinlindhe/dustbox-rs" [lib] path = "src/lib.rs" [[bench]] name = "cpu" harness = false [dependencies.bincode] version = "1.1" [dependencies.chrono] version = "0.4" [dependencies.image] version = "0.21" [dependencies.quick-error] version = "1.2" [dependencies.rand] version = "0.6" [dependencies.rand_xorshift] version = "0.1" [dependencies.sdl2] version = "0.32" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.simple-error] version = "0.2" [dependencies.tempdir] version = "0.3" [dependencies.tera] version = "0.11" [dependencies.toml] version = "0.5" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.pretty_assertions] version = "0.6"