bottomspeak 0.3.0

An esoteric programming language for bottoms.
# 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 = "2024"
name = "bottomspeak"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An esoteric programming language for bottoms."
readme = "README.md"
keywords = [
    "esolang",
    "trans",
]
license = "GPL-3.0"
repository = "https://github.com/oughtum/bottomspeak"

[[bin]]
name = "bottomspeak"
path = "src/main.rs"

[dependencies.bottomspeak-macros]
version = "0.1.0"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "string",
]

[dependencies.codespan]
version = "0.13.1"

[dependencies.codespan-reporting]
version = "0.13.1"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.rand]
version = "0.10.2"

[dev-dependencies.indoc]
version = "2.0.7"

[dev-dependencies.pretty_assertions]
version = "1.4.1"