mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
chore: remove unused dependencies (#28204)
This commit is contained in:
parent
648ee8f0e7
commit
f800f5444a
13 changed files with 1 additions and 83 deletions
39
Cargo.lock
generated
39
Cargo.lock
generated
|
@ -1454,7 +1454,6 @@ dependencies = [
|
||||||
"bincode",
|
"bincode",
|
||||||
"boxed_error",
|
"boxed_error",
|
||||||
"bytes",
|
"bytes",
|
||||||
"cache_control",
|
|
||||||
"capacity_builder 0.5.0",
|
"capacity_builder 0.5.0",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1464,7 +1463,6 @@ dependencies = [
|
||||||
"console_static_text",
|
"console_static_text",
|
||||||
"crossterm",
|
"crossterm",
|
||||||
"dashmap",
|
"dashmap",
|
||||||
"data-encoding",
|
|
||||||
"deno_ast",
|
"deno_ast",
|
||||||
"deno_bench_util",
|
"deno_bench_util",
|
||||||
"deno_cache_dir",
|
"deno_cache_dir",
|
||||||
|
@ -1501,11 +1499,9 @@ dependencies = [
|
||||||
"flate2",
|
"flate2",
|
||||||
"fs3",
|
"fs3",
|
||||||
"glibc_version",
|
"glibc_version",
|
||||||
"glob",
|
|
||||||
"http 1.1.0",
|
"http 1.1.0",
|
||||||
"http-body 1.0.0",
|
"http-body 1.0.0",
|
||||||
"http-body-util",
|
"http-body-util",
|
||||||
"hyper-util",
|
|
||||||
"import_map",
|
"import_map",
|
||||||
"indexmap 2.3.0",
|
"indexmap 2.3.0",
|
||||||
"jsonc-parser",
|
"jsonc-parser",
|
||||||
|
@ -1519,7 +1515,6 @@ dependencies = [
|
||||||
"malva",
|
"malva",
|
||||||
"markup_fmt",
|
"markup_fmt",
|
||||||
"memmem",
|
"memmem",
|
||||||
"monch",
|
|
||||||
"nix",
|
"nix",
|
||||||
"node_resolver",
|
"node_resolver",
|
||||||
"notify",
|
"notify",
|
||||||
|
@ -1563,15 +1558,12 @@ dependencies = [
|
||||||
"tracing",
|
"tracing",
|
||||||
"tracing-opentelemetry",
|
"tracing-opentelemetry",
|
||||||
"tracing-subscriber",
|
"tracing-subscriber",
|
||||||
"twox-hash",
|
|
||||||
"typed-arena",
|
"typed-arena",
|
||||||
"unicode-width",
|
"unicode-width",
|
||||||
"uuid",
|
"uuid",
|
||||||
"walkdir",
|
"walkdir",
|
||||||
"which",
|
|
||||||
"winapi",
|
"winapi",
|
||||||
"winres",
|
"winres",
|
||||||
"zeromq",
|
|
||||||
"zip",
|
"zip",
|
||||||
"zstd",
|
"zstd",
|
||||||
]
|
]
|
||||||
|
@ -1657,7 +1649,6 @@ dependencies = [
|
||||||
name = "deno_cache"
|
name = "deno_cache"
|
||||||
version = "0.124.0"
|
version = "0.124.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
|
||||||
"async-stream",
|
"async-stream",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64 0.21.7",
|
"base64 0.21.7",
|
||||||
|
@ -1717,12 +1708,9 @@ dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"deno_core",
|
"deno_core",
|
||||||
"deno_error",
|
"deno_error",
|
||||||
"deno_terminal 0.2.0",
|
|
||||||
"deno_webgpu",
|
|
||||||
"image",
|
"image",
|
||||||
"lcms2",
|
"lcms2",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"serde",
|
|
||||||
"thiserror 2.0.3",
|
"thiserror 2.0.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -1809,7 +1797,6 @@ checksum = "fe4dccb6147bb3f3ba0c7a48e993bfeb999d2c2e47a81badee80e2b370c8d695"
|
||||||
name = "deno_cron"
|
name = "deno_cron"
|
||||||
version = "0.72.0"
|
version = "0.72.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"chrono",
|
"chrono",
|
||||||
"deno_core",
|
"deno_core",
|
||||||
|
@ -1844,12 +1831,10 @@ dependencies = [
|
||||||
"rand",
|
"rand",
|
||||||
"ring",
|
"ring",
|
||||||
"rsa",
|
"rsa",
|
||||||
"sec1",
|
|
||||||
"serde",
|
"serde",
|
||||||
"serde_bytes",
|
"serde_bytes",
|
||||||
"sha1",
|
"sha1",
|
||||||
"sha2",
|
"sha2",
|
||||||
"signature",
|
|
||||||
"spki",
|
"spki",
|
||||||
"thiserror 2.0.3",
|
"thiserror 2.0.3",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
@ -2118,8 +2103,6 @@ dependencies = [
|
||||||
"http-body-util",
|
"http-body-util",
|
||||||
"log",
|
"log",
|
||||||
"num-bigint",
|
"num-bigint",
|
||||||
"prost",
|
|
||||||
"prost-build",
|
|
||||||
"rand",
|
"rand",
|
||||||
"rusqlite",
|
"rusqlite",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -2132,7 +2115,6 @@ name = "deno_lib"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"capacity_builder 0.5.0",
|
"capacity_builder 0.5.0",
|
||||||
"deno_config",
|
|
||||||
"deno_error",
|
"deno_error",
|
||||||
"deno_fs",
|
"deno_fs",
|
||||||
"deno_media_type",
|
"deno_media_type",
|
||||||
|
@ -2154,9 +2136,7 @@ dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"sys_traits",
|
"sys_traits",
|
||||||
"test_server",
|
|
||||||
"thiserror 2.0.3",
|
"thiserror 2.0.3",
|
||||||
"tokio",
|
|
||||||
"twox-hash",
|
"twox-hash",
|
||||||
"url",
|
"url",
|
||||||
]
|
]
|
||||||
|
@ -2260,7 +2240,6 @@ version = "0.130.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aead-gcm-stream",
|
"aead-gcm-stream",
|
||||||
"aes",
|
"aes",
|
||||||
"async-trait",
|
|
||||||
"base64 0.21.7",
|
"base64 0.21.7",
|
||||||
"blake2",
|
"blake2",
|
||||||
"boxed_error",
|
"boxed_error",
|
||||||
|
@ -2297,16 +2276,13 @@ dependencies = [
|
||||||
"hyper 1.6.0",
|
"hyper 1.6.0",
|
||||||
"hyper-util",
|
"hyper-util",
|
||||||
"idna",
|
"idna",
|
||||||
"indexmap 2.3.0",
|
|
||||||
"ipnetwork",
|
"ipnetwork",
|
||||||
"k256",
|
"k256",
|
||||||
"lazy-regex",
|
|
||||||
"libc",
|
"libc",
|
||||||
"libsqlite3-sys",
|
"libsqlite3-sys",
|
||||||
"libz-sys",
|
"libz-sys",
|
||||||
"md-5",
|
"md-5",
|
||||||
"md4",
|
"md4",
|
||||||
"memchr",
|
|
||||||
"node_resolver",
|
"node_resolver",
|
||||||
"num-bigint",
|
"num-bigint",
|
||||||
"num-bigint-dig",
|
"num-bigint-dig",
|
||||||
|
@ -2316,11 +2292,9 @@ dependencies = [
|
||||||
"p224",
|
"p224",
|
||||||
"p256",
|
"p256",
|
||||||
"p384",
|
"p384",
|
||||||
"path-clean",
|
|
||||||
"pbkdf2",
|
"pbkdf2",
|
||||||
"pkcs8",
|
"pkcs8",
|
||||||
"rand",
|
"rand",
|
||||||
"regex",
|
|
||||||
"ring",
|
"ring",
|
||||||
"ripemd",
|
"ripemd",
|
||||||
"rsa",
|
"rsa",
|
||||||
|
@ -2332,10 +2306,8 @@ dependencies = [
|
||||||
"sha2",
|
"sha2",
|
||||||
"sha3",
|
"sha3",
|
||||||
"signature",
|
"signature",
|
||||||
"simd-json",
|
|
||||||
"sm3",
|
"sm3",
|
||||||
"spki",
|
"spki",
|
||||||
"stable_deref_trait",
|
|
||||||
"sys_traits",
|
"sys_traits",
|
||||||
"thiserror 2.0.3",
|
"thiserror 2.0.3",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
@ -2586,12 +2558,10 @@ dependencies = [
|
||||||
"deno_webidl",
|
"deno_webidl",
|
||||||
"deno_websocket",
|
"deno_websocket",
|
||||||
"deno_webstorage",
|
"deno_webstorage",
|
||||||
"dlopen2",
|
|
||||||
"encoding_rs",
|
"encoding_rs",
|
||||||
"fastwebsockets",
|
"fastwebsockets",
|
||||||
"http 1.1.0",
|
"http 1.1.0",
|
||||||
"http-body-util",
|
"http-body-util",
|
||||||
"hyper 0.14.28",
|
|
||||||
"hyper 1.6.0",
|
"hyper 1.6.0",
|
||||||
"hyper-util",
|
"hyper-util",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -2601,20 +2571,16 @@ dependencies = [
|
||||||
"notify",
|
"notify",
|
||||||
"ntapi",
|
"ntapi",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"percent-encoding",
|
|
||||||
"regex",
|
|
||||||
"rustyline",
|
"rustyline",
|
||||||
"same-file",
|
"same-file",
|
||||||
"serde",
|
"serde",
|
||||||
"sys_traits",
|
"sys_traits",
|
||||||
"tempfile",
|
|
||||||
"test_server",
|
"test_server",
|
||||||
"thiserror 2.0.3",
|
"thiserror 2.0.3",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-metrics",
|
"tokio-metrics",
|
||||||
"twox-hash",
|
"twox-hash",
|
||||||
"uuid",
|
"uuid",
|
||||||
"which",
|
|
||||||
"winapi",
|
"winapi",
|
||||||
"windows-sys 0.59.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
@ -2766,7 +2732,6 @@ dependencies = [
|
||||||
"deno_core",
|
"deno_core",
|
||||||
"deno_error",
|
"deno_error",
|
||||||
"deno_webidl",
|
"deno_webidl",
|
||||||
"thiserror 2.0.3",
|
|
||||||
"urlpattern",
|
"urlpattern",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -2847,7 +2812,6 @@ version = "0.187.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"deno_core",
|
"deno_core",
|
||||||
"deno_error",
|
"deno_error",
|
||||||
"deno_web",
|
|
||||||
"rusqlite",
|
"rusqlite",
|
||||||
"thiserror 2.0.3",
|
"thiserror 2.0.3",
|
||||||
]
|
]
|
||||||
|
@ -2954,15 +2918,12 @@ dependencies = [
|
||||||
"libsui",
|
"libsui",
|
||||||
"log",
|
"log",
|
||||||
"node_resolver",
|
"node_resolver",
|
||||||
"pretty_assertions",
|
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"sys_traits",
|
"sys_traits",
|
||||||
"test_server",
|
"test_server",
|
||||||
"thiserror 2.0.3",
|
"thiserror 2.0.3",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-util",
|
|
||||||
"twox-hash",
|
|
||||||
"url",
|
"url",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -98,7 +98,6 @@ base64.workspace = true
|
||||||
bincode = "=1.3.3"
|
bincode = "=1.3.3"
|
||||||
boxed_error.workspace = true
|
boxed_error.workspace = true
|
||||||
bytes.workspace = true
|
bytes.workspace = true
|
||||||
cache_control.workspace = true
|
|
||||||
capacity_builder.workspace = true
|
capacity_builder.workspace = true
|
||||||
chrono = { workspace = true, features = ["now"] }
|
chrono = { workspace = true, features = ["now"] }
|
||||||
clap = { version = "=4.5.16", features = ["env", "string", "wrap_help", "error-context"] }
|
clap = { version = "=4.5.16", features = ["env", "string", "wrap_help", "error-context"] }
|
||||||
|
@ -108,7 +107,6 @@ color-print.workspace = true
|
||||||
console_static_text.workspace = true
|
console_static_text.workspace = true
|
||||||
crossterm = "0.28.1"
|
crossterm = "0.28.1"
|
||||||
dashmap.workspace = true
|
dashmap.workspace = true
|
||||||
data-encoding.workspace = true
|
|
||||||
dhat = { version = "0.3.3", optional = true }
|
dhat = { version = "0.3.3", optional = true }
|
||||||
dissimilar = "=1.0.4"
|
dissimilar = "=1.0.4"
|
||||||
dotenvy = "0.15.7"
|
dotenvy = "0.15.7"
|
||||||
|
@ -121,11 +119,9 @@ faster-hex.workspace = true
|
||||||
# If you disable the default __vendored_zlib_ng feature above, you _must_ be able to link against `-lz`.
|
# If you disable the default __vendored_zlib_ng feature above, you _must_ be able to link against `-lz`.
|
||||||
flate2.workspace = true
|
flate2.workspace = true
|
||||||
fs3.workspace = true
|
fs3.workspace = true
|
||||||
glob = "0.3.1"
|
|
||||||
http.workspace = true
|
http.workspace = true
|
||||||
http-body.workspace = true
|
http-body.workspace = true
|
||||||
http-body-util.workspace = true
|
http-body-util.workspace = true
|
||||||
hyper-util.workspace = true
|
|
||||||
import_map = { version = "=0.21.0", features = ["ext"] }
|
import_map = { version = "=0.21.0", features = ["ext"] }
|
||||||
indexmap.workspace = true
|
indexmap.workspace = true
|
||||||
jsonc-parser = { workspace = true, features = ["cst", "serde"] }
|
jsonc-parser = { workspace = true, features = ["cst", "serde"] }
|
||||||
|
@ -138,7 +134,6 @@ lsp-types.workspace = true
|
||||||
malva = "=0.11.0"
|
malva = "=0.11.0"
|
||||||
markup_fmt = "=0.18.0"
|
markup_fmt = "=0.18.0"
|
||||||
memmem.workspace = true
|
memmem.workspace = true
|
||||||
monch.workspace = true
|
|
||||||
notify.workspace = true
|
notify.workspace = true
|
||||||
once_cell.workspace = true
|
once_cell.workspace = true
|
||||||
open = "5.0.1"
|
open = "5.0.1"
|
||||||
|
@ -176,13 +171,10 @@ tower-lsp.workspace = true
|
||||||
tracing = { version = "0.1", features = ["log"], optional = true }
|
tracing = { version = "0.1", features = ["log"], optional = true }
|
||||||
tracing-opentelemetry = { version = "0.28.0", optional = true }
|
tracing-opentelemetry = { version = "0.28.0", optional = true }
|
||||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"], optional = true }
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter"], optional = true }
|
||||||
twox-hash.workspace = true
|
|
||||||
typed-arena = "=2.0.2"
|
typed-arena = "=2.0.2"
|
||||||
unicode-width = "0.1.3"
|
unicode-width = "0.1.3"
|
||||||
uuid = { workspace = true, features = ["serde"] }
|
uuid = { workspace = true, features = ["serde"] }
|
||||||
walkdir.workspace = true
|
walkdir.workspace = true
|
||||||
which.workspace = true
|
|
||||||
zeromq.workspace = true
|
|
||||||
zip = { version = "2.1.6", default-features = false, features = ["deflate-flate2"] }
|
zip = { version = "2.1.6", default-features = false, features = ["deflate-flate2"] }
|
||||||
zstd.workspace = true
|
zstd.workspace = true
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ path = "lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
capacity_builder.workspace = true
|
capacity_builder.workspace = true
|
||||||
deno_config = { workspace = true, features = ["sync", "workspace"] }
|
|
||||||
deno_error.workspace = true
|
deno_error.workspace = true
|
||||||
deno_fs = { workspace = true, features = ["sync_fs"] }
|
deno_fs = { workspace = true, features = ["sync_fs"] }
|
||||||
deno_media_type.workspace = true
|
deno_media_type.workspace = true
|
||||||
|
@ -38,9 +37,5 @@ serde = { workspace = true, features = ["derive"] }
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
sys_traits = { workspace = true, features = ["getrandom"] }
|
sys_traits = { workspace = true, features = ["getrandom"] }
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
tokio.workspace = true
|
|
||||||
twox-hash.workspace = true
|
twox-hash.workspace = true
|
||||||
url.workspace = true
|
url.workspace = true
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
test_util.workspace = true
|
|
||||||
|
|
|
@ -53,11 +53,8 @@ serde_json.workspace = true
|
||||||
sys_traits = { workspace = true, features = ["getrandom", "filetime", "libc", "real", "strip_unc", "winapi"] }
|
sys_traits = { workspace = true, features = ["getrandom", "filetime", "libc", "real", "strip_unc", "winapi"] }
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
tokio.workspace = true
|
tokio.workspace = true
|
||||||
tokio-util.workspace = true
|
|
||||||
twox-hash.workspace = true
|
|
||||||
url.workspace = true
|
url.workspace = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions.workspace = true
|
|
||||||
sys_traits = { workspace = true, features = ["memory"] }
|
sys_traits = { workspace = true, features = ["memory"] }
|
||||||
test_util.workspace = true
|
test_util.workspace = true
|
||||||
|
|
1
ext/cache/Cargo.toml
vendored
1
ext/cache/Cargo.toml
vendored
|
@ -14,7 +14,6 @@ description = "Implementation of Cache API for Deno"
|
||||||
path = "lib.rs"
|
path = "lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
|
||||||
async-stream.workspace = true
|
async-stream.workspace = true
|
||||||
async-trait.workspace = true
|
async-trait.workspace = true
|
||||||
base64.workspace = true
|
base64.workspace = true
|
||||||
|
|
|
@ -17,8 +17,6 @@ path = "lib.rs"
|
||||||
bytemuck = "1.17.1"
|
bytemuck = "1.17.1"
|
||||||
deno_core.workspace = true
|
deno_core.workspace = true
|
||||||
deno_error.workspace = true
|
deno_error.workspace = true
|
||||||
deno_terminal.workspace = true
|
|
||||||
deno_webgpu.workspace = true
|
|
||||||
image = { version = "0.25.4", default-features = false, features = ["png", "jpeg", "bmp", "ico" # NOTE: Temporarily not supported due to build size concerns
|
image = { version = "0.25.4", default-features = false, features = ["png", "jpeg", "bmp", "ico" # NOTE: Temporarily not supported due to build size concerns
|
||||||
# https://github.com/denoland/deno/pull/25517#issuecomment-2626044644
|
# https://github.com/denoland/deno/pull/25517#issuecomment-2626044644
|
||||||
# "webp", "gif"
|
# "webp", "gif"
|
||||||
|
@ -30,5 +28,4 @@ image = { version = "0.25.4", default-features = false, features = ["png", "jpeg
|
||||||
# https://github.com/kornelski/rust-lcms2-sys/blob/b8e9c3efcf266b88600318fb519c073b9ebb61b7/README.md#L26
|
# https://github.com/kornelski/rust-lcms2-sys/blob/b8e9c3efcf266b88600318fb519c073b9ebb61b7/README.md#L26
|
||||||
lcms2 = { version = "6.1.0", features = ["static"] }
|
lcms2 = { version = "6.1.0", features = ["static"] }
|
||||||
num-traits = { version = "0.2.19" }
|
num-traits = { version = "0.2.19" }
|
||||||
serde = { workspace = true, features = ["derive"] }
|
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
|
|
|
@ -14,7 +14,6 @@ description = "Implementation of the Deno cron API"
|
||||||
path = "lib.rs"
|
path = "lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
|
||||||
async-trait.workspace = true
|
async-trait.workspace = true
|
||||||
chrono = { workspace = true, features = ["now"] }
|
chrono = { workspace = true, features = ["now"] }
|
||||||
deno_core.workspace = true
|
deno_core.workspace = true
|
||||||
|
|
|
@ -35,12 +35,10 @@ p521 = "0.13.3"
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
ring = { workspace = true, features = ["std"] }
|
ring = { workspace = true, features = ["std"] }
|
||||||
rsa.workspace = true
|
rsa.workspace = true
|
||||||
sec1.workspace = true
|
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
serde_bytes.workspace = true
|
serde_bytes.workspace = true
|
||||||
sha1.workspace = true
|
sha1.workspace = true
|
||||||
sha2.workspace = true
|
sha2.workspace = true
|
||||||
signature.workspace = true
|
|
||||||
spki.workspace = true
|
spki.workspace = true
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
tokio.workspace = true
|
tokio.workspace = true
|
||||||
|
|
|
@ -34,12 +34,8 @@ http.workspace = true
|
||||||
http-body-util.workspace = true
|
http-body-util.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
num-bigint.workspace = true
|
num-bigint.workspace = true
|
||||||
prost.workspace = true
|
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
rusqlite.workspace = true
|
rusqlite.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
url.workspace = true
|
url.workspace = true
|
||||||
|
|
||||||
[build-dependencies]
|
|
||||||
prost-build.workspace = true
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ sync_fs = ["deno_fs/sync_fs", "deno_package_json/sync", "node_resolver/sync"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
aead-gcm-stream = "0.4"
|
aead-gcm-stream = "0.4"
|
||||||
aes.workspace = true
|
aes.workspace = true
|
||||||
async-trait.workspace = true
|
|
||||||
base64.workspace = true
|
base64.workspace = true
|
||||||
blake2 = "0.10.6"
|
blake2 = "0.10.6"
|
||||||
boxed_error.workspace = true
|
boxed_error.workspace = true
|
||||||
|
@ -55,16 +54,13 @@ http-body-util.workspace = true
|
||||||
hyper.workspace = true
|
hyper.workspace = true
|
||||||
hyper-util.workspace = true
|
hyper-util.workspace = true
|
||||||
idna = "1.0.3"
|
idna = "1.0.3"
|
||||||
indexmap.workspace = true
|
|
||||||
ipnetwork = "0.20.0"
|
ipnetwork = "0.20.0"
|
||||||
k256 = "0.13.1"
|
k256 = "0.13.1"
|
||||||
lazy-regex.workspace = true
|
|
||||||
libc.workspace = true
|
libc.workspace = true
|
||||||
libsqlite3-sys = "0.30.1"
|
libsqlite3-sys = "0.30.1"
|
||||||
libz-sys.workspace = true
|
libz-sys.workspace = true
|
||||||
md-5 = { version = "0.10.5", features = ["oid"] }
|
md-5 = { version = "0.10.5", features = ["oid"] }
|
||||||
md4 = "0.10.2"
|
md4 = "0.10.2"
|
||||||
memchr = "2.7.4"
|
|
||||||
node_resolver.workspace = true
|
node_resolver.workspace = true
|
||||||
num-bigint.workspace = true
|
num-bigint.workspace = true
|
||||||
num-bigint-dig = "0.8.2"
|
num-bigint-dig = "0.8.2"
|
||||||
|
@ -74,26 +70,22 @@ once_cell.workspace = true
|
||||||
p224.workspace = true
|
p224.workspace = true
|
||||||
p256.workspace = true
|
p256.workspace = true
|
||||||
p384.workspace = true
|
p384.workspace = true
|
||||||
path-clean = "=0.1.0"
|
|
||||||
pbkdf2 = "0.12.1"
|
pbkdf2 = "0.12.1"
|
||||||
pkcs8 = { version = "0.10.2", features = ["std", "pkcs5", "encryption"] }
|
pkcs8 = { version = "0.10.2", features = ["std", "pkcs5", "encryption"] }
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
regex.workspace = true
|
|
||||||
ring.workspace = true
|
ring.workspace = true
|
||||||
ripemd = { version = "0.1.3", features = ["oid"] }
|
ripemd = { version = "0.1.3", features = ["oid"] }
|
||||||
rsa.workspace = true
|
rsa.workspace = true
|
||||||
rusqlite.workspace = true
|
rusqlite.workspace = true
|
||||||
scrypt = "0.11.0"
|
scrypt = "0.11.0"
|
||||||
sec1.workspace = true
|
sec1.workspace = true
|
||||||
serde = "1.0.149"
|
serde.workspace = true
|
||||||
sha1.workspace = true
|
sha1.workspace = true
|
||||||
sha2.workspace = true
|
sha2.workspace = true
|
||||||
sha3 = { version = "0.10.8", features = ["oid"] }
|
sha3 = { version = "0.10.8", features = ["oid"] }
|
||||||
signature.workspace = true
|
signature.workspace = true
|
||||||
simd-json = "0.14.0"
|
|
||||||
sm3 = "0.4.2"
|
sm3 = "0.4.2"
|
||||||
spki.workspace = true
|
spki.workspace = true
|
||||||
stable_deref_trait = "1.2.0"
|
|
||||||
sys_traits = { workspace = true, features = ["real", "winapi", "libc"] }
|
sys_traits = { workspace = true, features = ["real", "winapi", "libc"] }
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
tokio.workspace = true
|
tokio.workspace = true
|
||||||
|
|
|
@ -16,7 +16,6 @@ path = "lib.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
deno_core.workspace = true
|
deno_core.workspace = true
|
||||||
deno_error.workspace = true
|
deno_error.workspace = true
|
||||||
thiserror.workspace = true
|
|
||||||
urlpattern = "0.3.0"
|
urlpattern = "0.3.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -16,6 +16,5 @@ path = "lib.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
deno_core.workspace = true
|
deno_core.workspace = true
|
||||||
deno_error.workspace = true
|
deno_error.workspace = true
|
||||||
deno_web.workspace = true
|
|
||||||
rusqlite.workspace = true
|
rusqlite.workspace = true
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
|
|
|
@ -78,31 +78,25 @@ deno_webstorage.workspace = true
|
||||||
node_resolver = { workspace = true, features = ["sync"] }
|
node_resolver = { workspace = true, features = ["sync"] }
|
||||||
|
|
||||||
color-print.workspace = true
|
color-print.workspace = true
|
||||||
dlopen2.workspace = true
|
|
||||||
encoding_rs.workspace = true
|
encoding_rs.workspace = true
|
||||||
fastwebsockets.workspace = true
|
fastwebsockets.workspace = true
|
||||||
http.workspace = true
|
http.workspace = true
|
||||||
http-body-util.workspace = true
|
http-body-util.workspace = true
|
||||||
hyper.workspace = true
|
hyper.workspace = true
|
||||||
hyper-util.workspace = true
|
hyper-util.workspace = true
|
||||||
hyper_v014 = { workspace = true, features = ["server", "stream", "http1", "http2", "runtime"] }
|
|
||||||
libc.workspace = true
|
libc.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
notify.workspace = true
|
notify.workspace = true
|
||||||
once_cell.workspace = true
|
once_cell.workspace = true
|
||||||
percent-encoding.workspace = true
|
|
||||||
regex.workspace = true
|
|
||||||
rustyline = { workspace = true, features = ["custom-bindings"] }
|
rustyline = { workspace = true, features = ["custom-bindings"] }
|
||||||
same-file = "1.0.6"
|
same-file = "1.0.6"
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
sys_traits.workspace = true
|
sys_traits.workspace = true
|
||||||
tempfile.workspace = true
|
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
tokio.workspace = true
|
tokio.workspace = true
|
||||||
tokio-metrics.workspace = true
|
tokio-metrics.workspace = true
|
||||||
twox-hash.workspace = true
|
twox-hash.workspace = true
|
||||||
uuid.workspace = true
|
uuid.workspace = true
|
||||||
which.workspace = true
|
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
winapi = { workspace = true, features = ["commapi", "knownfolders", "mswsock", "objbase", "psapi", "shlobj", "tlhelp32", "winbase", "winerror", "winuser", "winsock2"] }
|
winapi = { workspace = true, features = ["commapi", "knownfolders", "mswsock", "objbase", "psapi", "shlobj", "tlhelp32", "winbase", "winerror", "winuser", "winsock2"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue