deno_core 0.215.0

A modern JavaScript/TypeScript runtime built with V8, Rust, and Tokio
Documentation
[[bench]]
harness = false
name = "ops_sync"
path = "benches/ops/sync.rs"
required-features = ["unsafe_runtime_options"]

[[example]]
name = "http_bench_json_ops"
path = "examples/http_bench_json_ops/main.rs"
[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1.4.0"

[dependencies.deno_ops]
version = "0.91.0"

[dependencies.deno_unsync]
version = "0.3.0"

[dependencies.futures]
version = "0.3.21"

[dependencies.indexmap]
version = "2"

[dependencies.libc]
version = "0.2.126"

[dependencies.log]
version = "0.4.17"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.parking_lot]
version = "0.12.0"

[dependencies.pin-project]
version = "1"

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

[dependencies.serde_json]
features = ["preserve_order"]
version = "1"

[dependencies.serde_v8]
version = "0.124.0"

[dependencies.smallvec]
version = "1.8"

[dependencies.sourcemap]
version = "7"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.url]
features = ["serde", "expose_internals"]
version = "2"

[dependencies.v8]
default-features = false
version = "0.77.0"
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.cooked-waker]
version = "5"

[dev-dependencies.deno_ast]
features = ["transpiling"]
version = "0.29.1"

[features]
default = ["v8_use_custom_libcxx"]
include_js_files_for_snapshotting = []
unsafe_runtime_options = []
v8_use_custom_libcxx = ["v8/use_custom_libcxx"]

[lib]
path = "lib.rs"

[package]
authors = ["the Deno authors"]
description = "A modern JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
edition = "2021"
license = "MIT"
name = "deno_core"
readme = "README.md"
repository = "https://github.com/denoland/deno_core"
version = "0.215.0"