deno_snapshots 0.2.0

v8 snapshot used by the Deno CLI
[build-dependencies.deno_runtime]
features = ["include_js_files_for_snapshotting", "only_snapshotted_js_sources", "snapshotting"]
version = "0.195.0"

[features]
disable = []

[lib]
name = "deno_snapshots"
path = "lib.rs"

[package]
authors = ["the Deno authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "v8 snapshot used by the Deno CLI"
edition = "2021"
license = "MIT"
name = "deno_snapshots"
readme = "README.md"
repository = "https://github.com/denoland/deno"
version = "0.2.0"