amethyst_geode 1.3.0

Turing Machine Programming Language Interpreter
Documentation
# 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 = "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