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

[[bench]]
harness = false
name = "opset"
path = "benches/ops/opset.rs"

[[bench]]
harness = false
name = "arena"
path = "benches/infra/arena.rs"
[dependencies.anyhow]
version = "1"

[dependencies.bit-set]
version = "0"

[dependencies.bit-vec]
version = "0"

[dependencies.bytes]
version = "1.4.0"

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

[dependencies.deno_ops]
version = "0.121.0"

[dependencies.deno_unsync]
version = "0.3.2"

[dependencies.futures]
version = "0.3.21"

[dependencies.libc]
version = "0.2.126"

[dependencies.log]
version = "0.4.17"

[dependencies.memoffset]
version = ">=0.9"

[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.154.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 = "1.0.0"

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

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

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

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

[features]
default = ["include_icu_data", "v8_use_custom_libcxx", "op_driver_futuresunordered"]
include_icu_data = []
include_js_files_for_snapshotting = []
op_driver_futuresunordered = []
op_driver_joinset = []
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.245.0"