blue-lang-runtime 0.0.26

The blue runtime — one definition of what a blue program runs against.
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"
rust-version = "1.89.0"
name = "blue-lang-runtime"
version = "0.0.26"
authors = ["Pleme.io <engineering@pleme.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The blue runtime — one definition of what a blue program runs against."
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/blue"

[features]
sys = []

[lib]
name = "blue_lang_runtime"
path = "src/lib.rs"

[[test]]
name = "bidama_distribution"
path = "tests/bidama_distribution.rs"

[[test]]
name = "imported_diagnostic_position"
path = "tests/imported_diagnostic_position.rs"

[[test]]
name = "interpreter_cost"
path = "tests/interpreter_cost.rs"

[[test]]
name = "interpreter_leak"
path = "tests/interpreter_leak.rs"

[[test]]
name = "totality"
path = "tests/totality.rs"

[dependencies.blake3]
version = "1"

[dependencies.blue-lang-check]
version = "0.0.26"

[dependencies.blue-lang-syntax]
version = "0.0.26"

[dependencies.serde_json]
version = "1"

[dependencies.tatara-lisp]
version = "0.3"

[dependencies.tatara-lisp-eval]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dev-dependencies]