# 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-core" version = "0.11.1" authors = ["Julio Merino "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The EndBASIC programming language - core" 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_core" path = "src/lib.rs" [[example]] name = "config" path = "examples/config.rs" [[example]] name = "dsl" path = "examples/dsl.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.async-channel] version = "2.2" [dependencies.async-trait] version = "0.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.futures-lite] version = "2.2" [dev-dependencies.tokio] version = "1" features = ["full"]