llts_driver 0.1.0

LLTS driver — pipeline orchestration from TypeScript to native
# 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 = "llts_driver"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LLTS driver — pipeline orchestration from TypeScript to native"
readme = false
license = "MIT"
repository = "https://github.com/bherbruck/llts"
resolver = "2"

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

[dependencies.inkwell]
version = "0.8.0"
features = ["llvm21-1"]

[dependencies.llts_analysis]
version = "0.1.0"

[dependencies.llts_codegen]
version = "0.1.0"

[dependencies.llts_frontend]
version = "0.1.0"

[dependencies.oxc_allocator]
version = "0.113"

[dependencies.oxc_ast]
version = "0.113"

[dependencies.oxc_span]
version = "0.113"