ts-native 0.1.4

A TypeScript to native executable compiler using Cranelift
# 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 = "2021"
name = "ts-native"
version = "0.1.4"
authors = ["CodeArts <codearts@huawei.com>"]
build = false
exclude = [
    "target/",
    "*.o",
    "*.exe",
    "test_*.ts",
    "a.o",
    "a.exe",
    "build.sh",
    "test.sh",
    "publish.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TypeScript to native executable compiler using Cranelift"
readme = "README.md"
keywords = [
    "compiler",
    "typescript",
    "native",
    "cranelift",
    "jit",
]
categories = [
    "compilers",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/itszzl-sudo/ts-native"

[[bin]]
name = "ts-native"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.cranelift]
version = "0.93"

[dependencies.cranelift-codegen]
version = "0.93"

[dependencies.cranelift-module]
version = "0.93"

[dependencies.cranelift-native]
version = "0.93"

[dependencies.cranelift-object]
version = "0.93"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.target-lexicon]
version = "0.12"

[dependencies.toml]
version = "0.8"