# 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 = "trust-80" version = "0.12.0" authors = ["Nicolas BAUW "] description = "TRS-80 Emulator" readme = "README.md" keywords = [ "emulation", "emulator", "TRS-80", "Z80", ] categories = ["emulators"] license = "MIT" repository = "https://github.com/nicolasbauw/TRS-80" [dependencies.directories] version = "4.0" [dependencies.fs_extra] version = "1.2.0" [dependencies.sdl2] version = "0.35.2" features = ["ttf"] [dependencies.serde] version = "1.0.145" [dependencies.serde_derive] version = "1.0.145" [dependencies.toml] version = "0.7.0" [dependencies.zilog_z80] version = "0.15.0" [build-dependencies.directories] version = "4.0" [build-dependencies.fs_extra] version = "1.2.0"