[dependencies.anyhow]
version = "1.0.43"
[dependencies.async-trait]
version = "0.1.68"
[dependencies.data-url]
version = "0.3.0"
[dependencies.deno_ast]
features = ["dep_analysis", "emit"]
version = "0.43.2"
[dependencies.deno_semver]
version = "0.5.13"
[dependencies.deno_unsync]
default-features = false
version = "0.4.0"
[dependencies.encoding_rs]
version = "0.8.33"
[dependencies.futures]
version = "0.3.26"
[dependencies.import_map]
version = "0.20.0"
[dependencies.indexmap]
features = ["serde"]
version = "2"
[dependencies.log]
version = "0.4.20"
[dependencies.monch]
version = "0.5.0"
[dependencies.once_cell]
version = "1.16.0"
[dependencies.parking_lot]
version = "0.12.0"
[dependencies.regex]
version = "1.10.2"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.130"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.67"
[dependencies.sha2]
version = "^0.10.0"
[dependencies.thiserror]
version = "1.0.24"
[dependencies.twox-hash]
optional = true
version = "1.6.3"
[dependencies.url]
features = ["serde"]
version = "2.2.2"
[dependencies.wasm_dep_analyzer]
version = "0.1.0"
[dev-dependencies.bincode]
version = "1.3.3"
[dev-dependencies.deno_terminal]
version = "0.1.1"
[dev-dependencies.env_logger]
version = "0.11.3"
[dev-dependencies.file_test_runner]
version = "0.7.0"
[dev-dependencies.pretty_assertions]
version = "1.0.0"
[dev-dependencies.reqwest]
default-features = false
features = ["http2", "charset", "rustls-tls-webpki-roots"]
version = "0.12.4"
[dev-dependencies.tempfile]
version = "3.4.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync"]
version = "1.10.1"
[features]
default = ["fast_check", "ecosystem_test"]
ecosystem_test = []
fast_check = ["symbols", "deno_ast/transpiling", "twox-hash"]
symbols = ["deno_ast/transforms", "deno_ast/visit", "deno_ast/utils"]
[lib]
name = "deno_graph"
path = "src/lib.rs"
[package]
authors = ["the Deno authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Module graph analysis for deno"
documentation = "https://docs.rs/deno_graph"
edition = "2021"
homepage = "https://deno.land/"
license = "MIT"
name = "deno_graph"
readme = "README.md"
repository = "https://github.com/denoland/deno_graph"
version = "0.85.0"
[package.metadata.docs.rs]
all-features = true
[profile.release]
codegen-units = 1
incremental = true
lto = true
opt-level = "z"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.deno_unsync]
default-features = false
features = ["tokio"]
version = "0.4.0"
[[test]]
harness = false
name = "ecosystem"
path = "tests/ecosystem_test.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
harness = false
name = "specs"
path = "tests/specs_test.rs"