pctx_type_check_runtime 0.1.2

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

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

[dependencies.deno_ast]
version = "0.52"

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

[dependencies.futures]
version = "0.3"

[dependencies.once_cell]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

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

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

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

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

[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"