[dependencies.deno_core]
features = ["include_icu_data"]
version = "0.381"
[dependencies.deno_resolver]
version = "0.58"
[dependencies.futures]
version = "0.3"
[dependencies.node_resolver]
version = "0.65"
[dependencies.pctx_code_execution_runtime]
version = "^0.1.1"
[dependencies.pctx_config]
version = "^0.1.1"
[dependencies.pctx_deno_transpiler]
version = "^0.1.1"
[dependencies.pctx_type_check_runtime]
version = "^0.1.1"
[dependencies.regex]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.sys_traits]
version = "0.1"
[dependencies.tempfile]
version = "3"
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.rustls]
default-features = false
features = ["aws-lc-rs"]
version = "0.23"
[dev-dependencies.serial_test]
version = "3"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1"
[dev-dependencies.url]
version = "2"
[lib]
name = "pctx_executor"
path = "src/lib.rs"
[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
match_same_arms = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
similar_names = "allow"
too_many_lines = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unreachable_pub = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "TypeScript execution environment orchestration"
edition = "2024"
keywords = ["typescript", "executor", "pctx"]
license = "MIT"
name = "pctx_executor"
readme = false
repository = "https://github.com/portofcontext/pctx"
resolver = "2"
rust-version = "1.89"
version = "0.1.1"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System_SystemInformation", "Win32_Networking_WinSock"]
version = "0.59"