rexlang-engine 3.9.10

Rex: A strongly-typed, pure, implicitly parallel functional programming language
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 = "2024"
name = "rexlang-engine"
version = "3.9.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rex: A strongly-typed, pure, implicitly parallel functional programming language"
homepage = "https://rexlang.ai"
readme = "README.md"
license = "MIT"
repository = "https://github.com/talo/rex"
resolver = "2"

[features]
github-imports = []

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

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

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

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

[dependencies.async-recursion]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.rexlang-ast]
version = "3.9.10"

[dependencies.rexlang-lexer]
version = "3.9.10"

[dependencies.rexlang-parser]
version = "3.9.10"

[dependencies.rexlang-typesystem]
version = "3.9.10"

[dependencies.rexlang-util]
version = "3.9.10"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "js",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[lints.clippy]
uninlined_format_args = "allow"