# 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 = "2021" name = "rw-deno_core" version = "0.272.0+patch" authors = ["the Deno authors"] description = "A modern JavaScript/TypeScript runtime built with V8, Rust, and Tokio" readme = "README.md" license = "MIT" repository = "https://github.com/denoland/deno_core" [lib] path = "lib.rs" [[bench]] name = "ops_sync" path = "benches/ops/sync.rs" harness = false required-features = ["unsafe_runtime_options"] [[bench]] name = "ops_async" path = "benches/ops/async.rs" harness = false required-features = ["unsafe_runtime_options"] [[bench]] name = "opset" path = "benches/ops/opset.rs" harness = false [[bench]] name = "arena" path = "benches/infra/arena.rs" harness = false [[bench]] name = "snapshot" path = "benches/snapshot/snapshot.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.bincode] 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_core_icudata] version = "0.0.73" optional = true [dependencies.deno_ops] version = "0.148.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] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_v8] version = "0.181.0" [dependencies.smallvec] version = "1.8" [dependencies.sourcemap] version = "7" [dependencies.static_assertions] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2" features = [ "serde", "expose_internals", ] [dependencies.v8] version = "0.89.0" default-features = false [dev-dependencies.bencher] version = "0.1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.deno_ast] version = "=0.32.0" features = ["transpiling"] [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", ] include_icu_data = ["deno_core_icudata"] include_js_files_for_snapshotting = [] snapshot_flags_eager_parse = [] unsafe_runtime_options = [] unsafe_use_unprotected_platform = [] v8_use_custom_libcxx = ["v8/use_custom_libcxx"]