diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/canvas/Cargo.toml | 1 | ||||
-rw-r--r-- | ext/crypto/Cargo.toml | 1 | ||||
-rw-r--r-- | ext/fetch/Cargo.toml | 1 | ||||
-rw-r--r-- | ext/ffi/Cargo.toml | 1 | ||||
-rw-r--r-- | ext/fs/Cargo.toml | 3 | ||||
-rw-r--r-- | ext/kv/Cargo.toml | 5 | ||||
-rw-r--r-- | ext/net/Cargo.toml | 4 | ||||
-rw-r--r-- | ext/node/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/tls/Cargo.toml | 1 | ||||
-rw-r--r-- | ext/url/Cargo.toml | 1 | ||||
-rw-r--r-- | ext/web/Cargo.toml | 1 | ||||
-rw-r--r-- | ext/webgpu/Cargo.toml | 4 | ||||
-rw-r--r-- | ext/webstorage/Cargo.toml | 1 |
13 files changed, 0 insertions, 26 deletions
diff --git a/ext/canvas/Cargo.toml b/ext/canvas/Cargo.toml index e9e9d3f1b..aa5d5703d 100644 --- a/ext/canvas/Cargo.toml +++ b/ext/canvas/Cargo.toml @@ -18,4 +18,3 @@ deno_core.workspace = true deno_webgpu.workspace = true image = { version = "0.24.7", default-features = false, features = ["png"] } serde = { workspace = true, features = ["derive"] } -tokio = { workspace = true, features = ["full"] } diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index ae626b1b9..faeb684fb 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -40,6 +40,5 @@ sha1 = { version = "0.10.6", features = ["oid"] } sha2.workspace = true signature.workspace = true spki.workspace = true -tokio.workspace = true uuid.workspace = true x25519-dalek = "2.0.0" diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index 5e5efb03a..f28e20300 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -20,7 +20,6 @@ deno_core.workspace = true deno_tls.workspace = true dyn-clone = "1" http_v02.workspace = true -pin-project.workspace = true reqwest.workspace = true serde.workspace = true serde_json.workspace = true diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index cef95bf49..ae090a097 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -23,7 +23,6 @@ log.workspace = true serde.workspace = true serde-value = "0.7" serde_json = "1.0" -tokio.workspace = true [target.'cfg(windows)'.dependencies] winapi = { workspace = true, features = ["errhandlingapi", "minwindef", "ntdef", "winbase", "winnt"] } diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml index 8a95ec157..f5fd753d1 100644 --- a/ext/fs/Cargo.toml +++ b/ext/fs/Cargo.toml @@ -22,13 +22,10 @@ base32.workspace = true deno_core.workspace = true deno_io.workspace = true filetime.workspace = true -fs3.workspace = true libc.workspace = true -log.workspace = true rand.workspace = true rayon = "1.8.0" serde.workspace = true -tokio.workspace = true [target.'cfg(unix)'.dependencies] nix.workspace = true diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml index 0cfaa28fe..a974f026e 100644 --- a/ext/kv/Cargo.toml +++ b/ext/kv/Cargo.toml @@ -30,14 +30,9 @@ log.workspace = true num-bigint.workspace = true prost.workspace = true rand.workspace = true -reqwest.workspace = true rusqlite.workspace = true serde.workspace = true -serde_json.workspace = true -termcolor.workspace = true -tokio.workspace = true url.workspace = true -uuid = { workspace = true, features = ["serde"] } [build-dependencies] prost-build.workspace = true diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 358d7d181..ab7a6b79c 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -16,10 +16,6 @@ path = "lib.rs" [dependencies] deno_core.workspace = true deno_tls.workspace = true -# Pinning to 0.5.1, because 0.5.2 breaks "cargo publish" -# https://github.com/bluejekyll/enum-as-inner/pull/91 -enum-as-inner = "=0.5.1" -log.workspace = true pin-project.workspace = true rustls-tokio-stream.workspace = true serde.workspace = true diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 9edf0d4d8..acc5e758c 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -45,7 +45,6 @@ libc.workspace = true libz-sys.workspace = true md-5 = "0.10.5" md4 = "0.10.2" -nix.workspace = true num-bigint.workspace = true num-bigint-dig = "0.8.2" num-integer = "0.1.45" @@ -72,7 +71,6 @@ signature.workspace = true simd-json = "0.13.4" spki.workspace = true tokio.workspace = true -typenum = "1.15.0" url.workspace = true winapi.workspace = true x25519-dalek = "2.0.0" diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index 4bc7737e9..274f51fa7 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -16,7 +16,6 @@ path = "lib.rs" [dependencies] deno_core.workspace = true deno_native_certs = "0.2.0" -once_cell.workspace = true rustls = { workspace = true, features = ["dangerous_configuration"] } rustls-pemfile.workspace = true rustls-tokio-stream.workspace = true diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 89e100a88..7430af45d 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -15,7 +15,6 @@ path = "lib.rs" [dependencies] deno_core.workspace = true -serde.workspace = true urlpattern = "0.2.0" [dev-dependencies] diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 2ab6e9245..fdd49b74c 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -24,7 +24,6 @@ futures.workspace = true serde = "1.0.149" tokio.workspace = true uuid = { workspace = true, features = ["serde"] } -windows-sys.workspace = true [dev-dependencies] deno_bench_util.workspace = true diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml index c8c5d7aff..16acb24a9 100644 --- a/ext/webgpu/Cargo.toml +++ b/ext/webgpu/Cargo.toml @@ -44,10 +44,6 @@ features = ["metal"] workspace = true features = ["dx12"] -[target.'cfg(windows)'.dependencies.wgpu-hal] -workspace = true -features = ["windows_rs"] - # We want the wgpu-core Vulkan backend on Unix (but not Emscripten) and Windows. [target.'cfg(any(windows, all(unix, not(target_os = "emscripten"))))'.dependencies.wgpu-core] workspace = true diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml index f1ba6388c..63ebf15fd 100644 --- a/ext/webstorage/Cargo.toml +++ b/ext/webstorage/Cargo.toml @@ -17,4 +17,3 @@ path = "lib.rs" deno_core.workspace = true deno_web.workspace = true rusqlite.workspace = true -serde.workspace = true |