typescript 0.0.4

TypeScript compiler and runtime
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"
name = "typescript"
version = "0.0.4"
authors = ["Rusty TypeScript Team"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TypeScript compiler and runtime"
readme = "README.md"
license = "MIT"

[lib]
name = "typescript"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.oak-typescript]
version = "0.0.11"

[dependencies.rand]
version = "0.10.0"
features = [
    "std_rng",
    "thread_rng",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.typescript-ir]
version = "0.0.4"

[dependencies.typescript-types]
version = "0.0.4"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_System_LibraryLoader",
]