bamts 0.1.0

BamTS compiler and runtime framework
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"
rust-version = "1.97.1"
name = "bamts"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BamTS compiler and runtime framework"
readme = false
license = "MIT"
repository = "https://github.com/metaphorics/bamTiScript"

[features]
aot = [
    "dep:bamts-codegen",
    "bamts-codegen/aot",
]
default = []
host-jit = [
    "dep:bamts-codegen",
    "bamts-codegen/host-jit",
]
node-host = [
    "dep:bamts-node",
    "bamts-node/node-host",
    "bamts-node/script-compiler",
]

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

[dependencies.bamts-bytecode]
version = "0.1.0"

[dependencies.bamts-codegen]
version = "0.1.0"
optional = true

[dependencies.bamts-compiler]
version = "0.1.0"

[dependencies.bamts-node]
version = "0.1.0"
optional = true

[dependencies.bamts-runtime]
version = "0.1.0"

[lints.rust]
unsafe_code = "forbid"