bamts-cli 0.1.0

BamTS compiler command-line driver
# 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-cli"
version = "0.1.0"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BamTS compiler command-line driver"
readme = false
license = "MIT"
repository = "https://github.com/metaphorics/bamTiScript"

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

[[bin]]
name = "bamts"
path = "src/main.rs"

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

[dependencies.bamts]
version = "0.1.0"
features = ["node-host"]

[dependencies.bamts-codegen]
version = "0.1.0"
features = [
    "aot",
    "host-jit",
]

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

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

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

[build-dependencies.bamts-node]
version = "0.1.0"
features = [
    "aot-main",
    "script-compiler",
]

[lints.rust]
unsafe_code = "forbid"