crisp 0.4.2

A small, expressive Lisp-inspired programming language.
# 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 = "crisp"
version = "0.4.2"
authors = ["Glenn Wallace <glennw-coding@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small, expressive Lisp-inspired programming language."
readme = "README.md"
keywords = [
    "compiler",
    "interpreter",
    "lisp",
    "programming-language",
]
categories = [
    "compilers",
    "parser-implementations",
]
license = "MIT"
repository = "https://codeberg.org/Stack-Syndicate/crisp"
resolver = "2"

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

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

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.ariadne]
version = "0.6.0"

[dependencies.chumsky]
version = "0.13.0"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.crisp-runtime]
version = "0.4.*"

[dependencies.inkwell]
version = "0.10.0"
features = ["llvm22-1"]

[dependencies.thiserror]
version = "2.0.19"