pctx_code_execution_runtime 0.1.0

JavaScript/TypeScript execution runtime for pctx
[build-dependencies.deno_core]
features = ["include_icu_data"]
version = "0.372.0"

[build-dependencies.deno_error]
version = "0.7"

[build-dependencies.pctx_config]
version = "^0.1.0"

[build-dependencies.rmcp]
version = "0.11.0"

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.deno_error]
version = "0.7"

[dependencies.pctx_config]
version = "^0.1.0"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.rmcp]
version = "0.11.0"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.url]
version = "2.5"

[dev-dependencies.rustls]
features = ["ring"]
version = "0.23"

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

[lib]
name = "pctx_code_execution_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 = "JavaScript/TypeScript execution runtime for pctx"
edition = "2024"
keywords = ["javascript", "typescript", "runtime", "pctx"]
license = "MIT"
name = "pctx_code_execution_runtime"
readme = "README.md"
repository = "https://github.com/portofcontext/pctx"
resolver = "2"
rust-version = "1.89"
version = "0.1.0"