[[bin]]
name = "lobe"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4"
[lib]
name = "lobe"
path = "src/lib.rs"
[package]
authors = ["Aspenini"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "parser-implementations"]
description = "A fast, cross-platform Brainfuck interpreter written in Rust"
edition = "2021"
keywords = ["brainfuck", "interpreter", "esolang", "bytecode", "lobe"]
license = "MIT"
name = "lobe"
readme = "README.md"
repository = "https://github.com/Aspenini/Lobe"
version = "0.1.3"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"