cljrs-eval 0.1.13

IR-accelerated evaluation for clojurust (tier-1 IR interpreter + lowering)
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 = "cljrs-eval"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IR-accelerated evaluation for clojurust (tier-1 IR interpreter + lowering)"
readme = "README.md"
license = "EPL-1.0"
repository = "https://github.com/csm/clojurust"
resolver = "2"

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

[dependencies.cljrs-builtins]
version = "=0.1.13"

[dependencies.cljrs-env]
version = "=0.1.13"

[dependencies.cljrs-gc]
version = "=0.1.13"

[dependencies.cljrs-interp]
version = "=0.1.13"

[dependencies.cljrs-ir]
version = "=0.1.13"

[dependencies.cljrs-reader]
version = "=0.1.13"

[dependencies.cljrs-types]
version = "=0.1.13"

[dependencies.cljrs-value]
version = "=0.1.13"