# 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 = "2018" name = "deno_snapshots" version = "0.1.0" authors = ["the Deno authors"] description = "Provides snapshots of TSC & Deno (runtime+web+core)" license = "MIT" repository = "https://github.com/denoland/deno" resolver = "2" [lib] name = "deno_snapshots" path = "lib.rs" [dependencies.deno_core] version = "0.141.0" [dependencies.deno_runtime] version = "0.67.0" [dependencies.lzzzz] version = "1.0" [dependencies.once_cell] version = "1.10.0" [dependencies.zstd] version = "0.11.1" [build-dependencies.deno_core] version = "0.141.0" [build-dependencies.deno_runtime] version = "0.67.0" [build-dependencies.lzzzz] version = "1.0" [build-dependencies.regex] version = "1.5.6" [build-dependencies.serde] version = "1.0.125" features = ["derive"] [build-dependencies.zstd] version = "0.11.1"