# 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 = "2018" name = "endbasic-sdl" version = "0.11.1" authors = ["Julio Merino "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The EndBASIC programming language - SDL graphical console" homepage = "https://www.endbasic.dev/" readme = "README.md" keywords = [ "basic", "interpreter", "learning", "programming", ] categories = [ "development-tools", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/endbasic/endbasic" [lib] name = "endbasic_sdl" path = "src/lib.rs" [dependencies.async-channel] version = "2.2" [dependencies.async-trait] version = "0.1" [dependencies.endbasic-core] version = "0.11.1" [dependencies.endbasic-std] version = "0.11.1" [dependencies.once_cell] version = "1.8" [dependencies.sdl2] version = "0.36" features = ["ttf"] default-features = false [dependencies.tempfile] version = "3" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.futures-lite] version = "2.2"