[package]
edition = "2021"
name = "tidepool-codegen"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cranelift-based JIT compiler for Tidepool Core"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/tidepool-heavy-industries/tidepool"
[lib]
name = "tidepool_codegen"
path = "src/lib.rs"
[[test]]
name = "effect_machine"
path = "tests/effect_machine.rs"
[[test]]
name = "emit_case"
path = "tests/emit_case.rs"
[[test]]
name = "emit_expr"
path = "tests/emit_expr.rs"
[[test]]
name = "emit_join"
path = "tests/emit_join.rs"
[[test]]
name = "emit_letrec_con"
path = "tests/emit_letrec_con.rs"
[[test]]
name = "gc_audit"
path = "tests/gc_audit.rs"
[[test]]
name = "gc_frame_walker"
path = "tests/gc_frame_walker.rs"
[[test]]
name = "scaffold"
path = "tests/scaffold.rs"
[dependencies.cranelift-codegen]
version = "=0.116.1"
[dependencies.cranelift-frontend]
version = "=0.116.1"
[dependencies.cranelift-jit]
version = "=0.116.1"
[dependencies.cranelift-module]
version = "=0.116.1"
[dependencies.cranelift-native]
version = "=0.116.1"
[dependencies.target-lexicon]
version = "0.13"
[dependencies.tidepool-effect]
version = "0.0.1"
[dependencies.tidepool-eval]
version = "0.0.1"
[dependencies.tidepool-heap]
version = "0.0.1"
[dependencies.tidepool-repr]
version = "0.0.1"