cljrs-runtime 0.1.245

clojurust runtime: environment, builtins, tree-walking interpreter, and tiered evaluation
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-runtime"
version = "0.1.245"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "clojurust runtime: environment, builtins, tree-walking interpreter, and tiered evaluation"
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",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.bigdecimal]
version = "0.4"

[dependencies.cljrs-deps]
version = "0.1.245"

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

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

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

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

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

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

[dependencies.log]
version = "0.4.29"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-rational]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.10.1"

[dependencies.regex]
version = "1.12.3"

[dependencies.rpds]
version = "1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.uuid]
version = "1.22.0"
features = ["v4"]

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cljrs-vcs]
version = "0.1.245"