tsbyte 0.1.1

Compile TypeScript directly to native JVM bytecode and executable JARs
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 = "2021"
name = "tsbyte"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile TypeScript directly to native JVM bytecode and executable JARs"
homepage = "https://github.com/samon/tsbyte"
readme = "README.md"
keywords = [
    "typescript",
    "compiler",
    "jvm",
    "bytecode",
    "java",
]
categories = [
    "compilers",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/samon/tsbyte"

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

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

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.colored]
version = "2"

[dependencies.ristretto_classfile]
version = "0.9.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.swc_core]
version = "0.90.0"
features = [
    "ecma_ast",
    "ecma_parser",
    "ecma_visit",
    "common",
]

[dependencies.thiserror]
version = "1"

[dependencies.zip]
version = "0.6.6"
features = ["deflate"]
default-features = false