# 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 = "eszip" version = "0.79.1" authors = ["the Deno authors"] build = 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" [profile.release] opt-level = "z" lto = true codegen-units = 1 [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.42.0" features = ["transpiling"] [dependencies.deno_graph] version = "0.83.0" default-features = false [dependencies.deno_npm] version = "0.25.0" [dependencies.deno_semver] version = "0.5.11" [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 = "1.0.30" [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.20.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", ] [features] default = ["sha256"] sha256 = ["dep:sha2"] xxhash3 = ["xxhash-rust/xxh3"]