deno_core 0.239.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"]

[[bench]]
harness = false
name = "ops_async"
path = "benches/ops/async.rs"
required-features = ["unsafe_runtime_options"]
[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1.4.0"

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

[dependencies.deno_ops]
version = "0.115.0"

[dependencies.deno_unsync]
version = "0.3.0"

[dependencies.futures]
version = "0.3.21"

[dependencies.libc]
version = "0.2.126"

[dependencies.log]
version = "0.4.17"

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

[dependencies.smallvec]
version = "1.8"

[dependencies.sourcemap]
version = "7"

[dependencies.static_assertions]
version = "1"

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

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

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

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

[dev-dependencies.fastrand]
version = "2"

[dev-dependencies.pretty_assertions]
version = "1.3.0"

[dev-dependencies.rstest]
version = "0"

[features]
default = ["include_icu_data", "v8_use_custom_libcxx"]
include_icu_data = []
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.239.0"