eszip 0.114.0

A utility that can download JavaScript and TypeScript module graphs and store them locally in a special zip file
Documentation
# 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 = "2024"
name = "eszip"
version = "0.114.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A utility that can download JavaScript and TypeScript module graphs and store them locally in a special zip file"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

[features]
default = ["sha256"]
sha256 = ["dep:sha2"]
xxhash3 = ["xxhash-rust/xxh3"]

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

[[example]]
name = "eszip_builder"
path = "examples/builder.rs"

[[example]]
name = "eszip_viewer"
path = "examples/viewer.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1.68"

[dependencies.base64]
version = "0.21.0"

[dependencies.deno_ast]
version = "=0.53.1"
features = [
    "transpiling",
    "transpiling",
]

[dependencies.deno_error]
version = "0.7.0"

[dependencies.deno_graph]
version = "=0.107.0"
features = ["swc"]
default-features = false

[dependencies.deno_npm]
version = "0.48.0"

[dependencies.deno_semver]
version = "=0.9.1"

[dependencies.futures]
version = "0.3.26"

[dependencies.hashlink]
version = "0.8.2"

[dependencies.import_map]
version = "0.25.0"
features = ["ext"]

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.serde]
version = "1.0.149"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.85"

[dependencies.sha2]
version = "0.10.1"
optional = true

[dependencies.thiserror]
version = "2"

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

[dependencies.xxhash-rust]
version = "0.8"
optional = true

[dev-dependencies.import_map]
version = "0.25.0"
features = ["ext"]

[dev-dependencies.insta]
version = "1.34.0"

[dev-dependencies.jsonc-parser]
version = "0.28.0"
features = ["serde"]

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

[dev-dependencies.reqwest]
version = "=0.12.5"
features = [
    "rustls-tls",
    "stream",
    "gzip",
    "brotli",
    "socks",
    "json",
    "http2",
    "rustls-tls",
]
default-features = false

[dev-dependencies.serde_json]
version = "1.0.85"
features = ["preserve_order"]

[dev-dependencies.tokio]
version = "1.47.1"
features = [
    "full",
    "macros",
    "rt",
]