[package]
edition = "2021"
name = "amethyst_geode"
version = "1.3.0"
authors = ["VSebastian8"]
build = "build.rs"
exclude = [
"/extensions",
"/code",
"/tests",
"/config",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Turing Machine Programming Language Interpreter"
homepage = "https://github.com/VSebastian8/amethyst"
readme = "README.md"
keywords = [
"cli",
"programming",
"language",
"turing",
"automata",
]
license = "MPL-2.0"
repository = "https://github.com/VSebastian8/amethyst"
[lib]
name = "amethyst"
path = "src/lib.rs"
[[bin]]
name = "geode"
path = "src/bin/geode.rs"
[dependencies.colored]
version = "3.0.0"
[dev-dependencies.ctor]
version = "0.1"
[dev-dependencies.serial_test]
version = "0.5"
[profile.release]
opt-level = 1