eszip 0.109.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.109.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/eszip"

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.base64]
version = "0.21.0"

[dependencies.deno_ast]
version = "0.53.0"
features = ["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.43.0"

[dependencies.deno_semver]
version = "0.9.0"

[dependencies.futures]
version = "0.3.26"

[dependencies.hashlink]
version = "0.8.2"

[dependencies.indexmap]
version = "2"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

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

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2.2.2"

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

[dev-dependencies.criterion]
version = "0.5"
features = ["async_tokio"]

[dev-dependencies.import_map]
version = "0.24.0"

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

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

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

[dev-dependencies.reqwest]
version = "0.11.23"
features = ["rustls-tls"]

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1