# 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 = "teletype" version = "0.16.0" authors = ["Nicolas BAUW "] description = "Altair 8800 / teletype emulator (via 88-SIO board) for my 8080 emulator" readme = "README.md" keywords = [ "emulation", "emulator", "teletype", "8080", "SIO", ] categories = ["emulators"] license = "MIT" repository = "https://github.com/nicolasbauw/teletype" [dependencies.console] version = "0.15.2" [dependencies.directories] version = "4.0" [dependencies.fs_extra] version = "1.2.0" [dependencies.intel8080] version = "0.19.0" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.toml] version = "0.7.0" [build-dependencies.directories] version = "4.0" [build-dependencies.fs_extra] version = "1.3.0"