mest-core 0.4.0

Core language library for the Mest 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"
rust-version = "1.85"
name = "mest-core"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core language library for the Mest programming language"
readme = false
keywords = [
    "language",
    "functional",
    "programming-language",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/goncalompontes/mestc"
resolver = "2"

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

[dependencies.bumpalo]
version = "3.20.3"

[dependencies.chumsky]
version = "0.13.0"
features = [
    "default",
    "pratt",
]

[dependencies.derive_more]
version = "2.1.1"
features = ["full"]

[dependencies.im]
version = "15.1.0"

[dependencies.itertools]
version = "0.14.0"
features = ["default"]

[dependencies.lasso]
version = "0.7.3"

[dependencies.logos]
version = "0.16.1"
features = ["default"]