11[package ]
22name = " deno_graph"
33version = " 0.105.0"
4+ authors = [" the Deno authors" ]
5+ documentation = " https://docs.rs/deno_graph"
46edition = " 2024"
5- description = " Module graph analysis for deno"
67homepage = " https://deno.land/"
7- repository = " https://github.com/denoland/deno_graph"
8- documentation = " https://docs.rs/deno_graph"
9- authors = [" the Deno authors" ]
108license = " MIT"
9+ repository = " https://github.com/denoland/deno_graph"
10+ description = " Module graph analysis for deno"
1111
1212[workspace ]
1313members = [" lib" ]
1414
1515[workspace .dependencies ]
16+ deno_error = { version = " 0.7.0" , features = [" serde" , " serde_json" ] }
1617deno_unsync = { version = " 0.4.4" , default-features = false }
17- thiserror = " 2"
18- deno_error = " 0.7.0"
1918sys_traits = " 0.1.16"
19+ thiserror = " 2"
2020
2121[lib ]
2222name = " deno_graph"
@@ -49,16 +49,12 @@ chrono = { version = "0.4.42", default-features = false, features = ["serde"] }
4949data-url = " 0.3.0"
5050# this is optional in order to support using parsers other than swc
5151deno_ast = { version = " 0.52.0" , features = [" emit" ], optional = true }
52- deno_media_type = { version = " 0.3.0" , features = [
53- " decoding" ,
54- " data_url" ,
55- " module_specifier" ,
56- ] }
57- deno_unsync.workspace = true
58- deno_path_util = " 0.6.0"
52+ deno_error.workspace = true
53+ deno_media_type = { version = " 0.3.0" , features = [" decoding" , " data_url" , " module_specifier" ] }
54+ deno_path_util = " 0.6.4"
5955deno_semver = " 0.9.0"
56+ deno_unsync.workspace = true
6057futures = " 0.3.26"
61- import_map = " 0.24.0"
6258indexmap = { version = " 2" , features = [" serde" ] }
6359log = " 0.4.20"
6460monch = " 0.5.0"
@@ -70,7 +66,6 @@ serde_json = { version = "1.0.67", features = ["preserve_order"] }
7066sha2 = " ^0.10.0"
7167sys_traits.workspace = true
7268thiserror.workspace = true
73- deno_error.workspace = true
7469twox-hash = { version = " 1.6.3" , optional = true }
7570url = { version = " 2.5.4" , features = [" serde" ] }
7671wasm_dep_analyzer = " 0.4.0"
@@ -80,18 +75,14 @@ deno_unsync = { workspace = true, features = ["tokio"] }
8075
8176[dev-dependencies ]
8277bincode = " 1.3.3"
78+ deno_terminal = " 0.2.0"
79+ env_logger = " 0.11.3"
8380file_test_runner = " 0.7.0"
8481pretty_assertions = " 1.0.0"
85- reqwest = { version = " 0.12.4" , default-features = false , features = [
86- " http2" ,
87- " charset" ,
88- " rustls-tls-webpki-roots" ,
89- ] }
82+ reqwest = { version = " 0.12.4" , default-features = false , features = [" http2" , " charset" , " rustls-tls-webpki-roots" ] }
83+ sys_traits = { workspace = true , features = [" memory" ] }
9084tempfile = " 3.4.0"
9185tokio = { version = " 1.10.1" , features = [" macros" , " rt-multi-thread" , " sync" ] }
92- deno_terminal = " 0.2.0"
93- env_logger = " 0.11.3"
94- sys_traits = { workspace = true , features = [" memory" ] }
9586
9687[profile .release ]
9788codegen-units = 1
0 commit comments