# 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" version = "0.11.1" authors = ["Julio Merino "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "The EndBASIC programming language - CLI" 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" [[bin]] name = "endbasic" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-channel] version = "2.2" [dependencies.dirs] version = "5.0" [dependencies.endbasic-client] version = "0.11.1" [dependencies.endbasic-core] version = "0.11.1" [dependencies.endbasic-repl] version = "0.11.1" [dependencies.endbasic-rpi] version = "0.11.1" optional = true [dependencies.endbasic-sdl] version = "0.11.1" optional = true [dependencies.endbasic-std] version = "0.11.1" [dependencies.endbasic-terminal] version = "0.11.1" optional = true [dependencies.getopts] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.regex] version = "1" [dev-dependencies.tempfile] version = "3" [features] crossterm = ["endbasic-terminal"] default = ["crossterm"] rpi = ["endbasic-rpi"] sdl = ["endbasic-sdl"]