cljrs-eval 0.1.52

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.52"
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"

[features]
no-gc = [
    "cljrs-gc/no-gc",
    "cljrs-value/no-gc",
    "cljrs-env/no-gc",
    "cljrs-builtins/no-gc",
    "cljrs-interp/no-gc",
]

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

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

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

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

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

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

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

[dependencies.cljrs-logging]
version = "0.1.52"

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

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

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

[dev-dependencies]