pctx_type_check_runtime 0.1.1

Isolated TypeScript type checking runtime for PCTX
[build-dependencies.deno_core]
features = ["include_icu_data"]
version = "0.381"

[build-dependencies.serde]
features = ["derive"]
version = "1"

[build-dependencies.serde_json]
version = "1"

[build-dependencies.thiserror]
version = "2"

[dependencies.deno_ast]
version = "0.52"

[dependencies.deno_core]
features = ["include_icu_data"]
version = "0.381"

[dependencies.futures]
version = "0.3"

[dependencies.once_cell]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1"

[lib]
name = "pctx_type_check_runtime"
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 = "build.rs"
categories = ["development-tools"]
description = "Isolated TypeScript type checking runtime for PCTX"
edition = "2024"
keywords = ["typescript", "type-checking", "pctx"]
license = "MIT"
name = "pctx_type_check_runtime"
readme = "README.md"
repository = "https://github.com/portofcontext/pctx"
resolver = "2"
rust-version = "1.89"
version = "0.1.1"