mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 15:57:53 +00:00
chore: prefer workspace dependencies in order to avoid duplicate crates (#28281)
This commit is contained in:
parent
9f877ac5bd
commit
cdf6ea32c4
26 changed files with 232 additions and 128 deletions
107
Cargo.toml
107
Cargo.toml
|
@ -254,10 +254,117 @@ syn = { version = "2", features = ["full", "extra-traits"] }
|
|||
nix = "=0.27.1"
|
||||
|
||||
# windows deps
|
||||
aead-gcm-stream = "0.4"
|
||||
aes-gcm = "0.10"
|
||||
aes-kw = "0.2.1"
|
||||
anstream = "0.6.14"
|
||||
async-compression = "0.4"
|
||||
base64-simd = "0.8"
|
||||
bincode = "=1.3.3"
|
||||
blake2 = "0.10.6"
|
||||
bytemuck = "1.17.1"
|
||||
clap = "=4.5.30"
|
||||
clap_complete = "=4.5.45"
|
||||
clap_complete_fig = "=4.5.2"
|
||||
const-oid = "0.9.5"
|
||||
cranelift = "0.116"
|
||||
cranelift-native = "0.116"
|
||||
crossterm = "0.28.1"
|
||||
curve25519-dalek = "4.1.3"
|
||||
deno_doc = "=0.168.0"
|
||||
deno_graph = "=0.88.0"
|
||||
deno_lint = "0.73.1"
|
||||
deno_native_certs = "0.3.0"
|
||||
deno_task_shell = "=0.20.2"
|
||||
deno_whoami = "0.1.0"
|
||||
der = "0.7.9"
|
||||
dhat = "0.3.3"
|
||||
digest = "0.10.5"
|
||||
dissimilar = "=1.0.4"
|
||||
dotenvy = "0.15.7"
|
||||
dprint-plugin-json = "=0.19.4"
|
||||
dprint-plugin-jupyter = "=0.1.5"
|
||||
dprint-plugin-markdown = "=0.17.8"
|
||||
dprint-plugin-typescript = "=0.93.4"
|
||||
dsa = "0.6.3"
|
||||
dyn-clone = "1"
|
||||
ecdsa = "0.16.9"
|
||||
ed25519-dalek = "2.1.1"
|
||||
ed448-goldilocks = "0.8.3"
|
||||
env_logger = "=0.10.0"
|
||||
error_reporter = "1"
|
||||
fancy-regex = "=0.10.0"
|
||||
file_test_runner = "0.7.3"
|
||||
flaky_test = "=0.2.2"
|
||||
fqdn = "0.3.4"
|
||||
hickory-client = "0.25.0-alpha.4"
|
||||
hickory-proto = "0.25.0-alpha.4"
|
||||
hickory-server = "0.25.0-alpha.4"
|
||||
idna = "1.0.3"
|
||||
image = { version = "0.25.4", default-features = false }
|
||||
ipnetwork = "0.20.0"
|
||||
itertools = "0.10"
|
||||
junction = "=1.2.0"
|
||||
jupyter_runtime = "=0.19.0"
|
||||
k256 = "0.13.1"
|
||||
lcms2 = "6.1.0"
|
||||
libffi = "=3.2.0"
|
||||
libffi-sys = "=2.3.0"
|
||||
libloading = "0.7"
|
||||
libsqlite3-sys = "0.30.1"
|
||||
libuv-sys-lite = "=1.48.2"
|
||||
malva = "=0.11.0"
|
||||
markup_fmt = "=0.18.0"
|
||||
md-5 = "0.10.5"
|
||||
md4 = "0.10.2"
|
||||
memchr = "2.7.4"
|
||||
memmap2 = "0.9"
|
||||
mime = "0.3.16"
|
||||
napi-build = "1"
|
||||
napi-sys = { version = "=2.2.2", default-features = false }
|
||||
netif = "0.1.6"
|
||||
num-bigint-dig = "0.8.2"
|
||||
num-integer = "0.1.45"
|
||||
num-traits = "0.2.19"
|
||||
open = "5.0.1"
|
||||
p521 = "0.13.3"
|
||||
path-clean = "=0.1.0"
|
||||
pathdiff = "0.2.1"
|
||||
pbkdf2 = "0.12.1"
|
||||
pin-project-lite = "0.2.13"
|
||||
pkcs8 = "0.10.2"
|
||||
pretty_yaml = "=0.5.0"
|
||||
quick-junit = "0.3.5"
|
||||
quinn = { version = "0.11.6", default-features = false }
|
||||
rayon = "1.8.0"
|
||||
ripemd = "0.1.3"
|
||||
rustyline-derive = "=0.7.0"
|
||||
same-file = "1.0.6"
|
||||
scrypt = "0.11.0"
|
||||
semver = "=1.0.14"
|
||||
serde-value = "0.7"
|
||||
sha3 = "0.10.8"
|
||||
simd-json = "0.14.0"
|
||||
sm3 = "0.4.2"
|
||||
sqlformat = "=0.3.2"
|
||||
strsim = "0.11.1"
|
||||
text-size = "=1.1.0"
|
||||
text_lines = "=0.6.0"
|
||||
tokio-eld = "0.2"
|
||||
tracing = "0.1"
|
||||
tracing-opentelemetry = "0.28.0"
|
||||
tracing-subscriber = "0.3.19"
|
||||
typed-arena = "=2.0.2"
|
||||
unicode-width = "0.1.3"
|
||||
urlpattern = "0.3.0"
|
||||
web-transport-proto = "0.2.3"
|
||||
win32job = "2"
|
||||
winapi = "=0.3.9"
|
||||
windows-sys = { version = "0.59.0", features = ["Win32_Foundation", "Win32_Media", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_WindowsProgramming", "Wdk", "Wdk_System", "Wdk_System_SystemInformation", "Win32_Security", "Win32_System_Pipes", "Wdk_Storage_FileSystem", "Win32_System_Registry", "Win32_System_Kernel", "Win32_System_Threading", "Win32_UI", "Win32_UI_Shell"] }
|
||||
winres = "=0.1.12"
|
||||
x25519-dalek = "2.0.0"
|
||||
x509-parser = "0.15.0"
|
||||
zip = { version = "2.1.6", default-features = false }
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
|
|
|
@ -73,9 +73,9 @@ deno_config = { workspace = true, features = ["sync", "workspace"] }
|
|||
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
|
||||
deno_doc = { version = "=0.168.0", features = ["rust", "comrak"] }
|
||||
deno_error.workspace = true
|
||||
deno_graph = { version = "=0.88.0" }
|
||||
deno_graph.workspace = true
|
||||
deno_lib.workspace = true
|
||||
deno_lint = { version = "0.73.1" }
|
||||
deno_lint.workspace = true
|
||||
deno_lockfile.workspace = true
|
||||
deno_media_type = { workspace = true, features = ["data_url", "decoding", "module_specifier"] }
|
||||
deno_npm.workspace = true
|
||||
|
@ -85,36 +85,36 @@ deno_path_util.workspace = true
|
|||
deno_resolver = { workspace = true, features = ["sync"] }
|
||||
deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] }
|
||||
deno_semver.workspace = true
|
||||
deno_snapshots = { workspace = true }
|
||||
deno_task_shell = "=0.20.2"
|
||||
deno_snapshots.workspace = true
|
||||
deno_task_shell.workspace = true
|
||||
deno_telemetry.workspace = true
|
||||
deno_terminal.workspace = true
|
||||
libsui.workspace = true
|
||||
node_resolver.workspace = true
|
||||
|
||||
anstream = "0.6.14"
|
||||
anstream.workspace = true
|
||||
async-trait.workspace = true
|
||||
base64.workspace = true
|
||||
bincode = "=1.3.3"
|
||||
bincode.workspace = true
|
||||
boxed_error.workspace = true
|
||||
bytes.workspace = true
|
||||
capacity_builder.workspace = true
|
||||
chrono = { workspace = true, features = ["now"] }
|
||||
clap = { version = "=4.5.30", features = ["env", "string", "wrap_help", "error-context"] }
|
||||
clap_complete = "=4.5.45"
|
||||
clap_complete_fig = "=4.5.2"
|
||||
clap = { workspace = true, features = ["env", "string", "wrap_help", "error-context"] }
|
||||
clap_complete.workspace = true
|
||||
clap_complete_fig.workspace = true
|
||||
color-print.workspace = true
|
||||
console_static_text.workspace = true
|
||||
crossterm = "0.28.1"
|
||||
crossterm.workspace = true
|
||||
dashmap.workspace = true
|
||||
dhat = { version = "0.3.3", optional = true }
|
||||
dissimilar = "=1.0.4"
|
||||
dotenvy = "0.15.7"
|
||||
dprint-plugin-json = "=0.19.4"
|
||||
dprint-plugin-jupyter = "=0.1.5"
|
||||
dprint-plugin-markdown = "=0.17.8"
|
||||
dprint-plugin-typescript = "=0.93.4"
|
||||
fancy-regex = "=0.10.0"
|
||||
dhat = { workspace = true, optional = true }
|
||||
dissimilar.workspace = true
|
||||
dotenvy.workspace = true
|
||||
dprint-plugin-json.workspace = true
|
||||
dprint-plugin-jupyter.workspace = true
|
||||
dprint-plugin-markdown.workspace = true
|
||||
dprint-plugin-typescript.workspace = true
|
||||
fancy-regex.workspace = true
|
||||
faster-hex.workspace = true
|
||||
# If you disable the default __vendored_zlib_ng feature above, you _must_ be able to link against `-lz`.
|
||||
flate2.workspace = true
|
||||
|
@ -131,51 +131,51 @@ libc.workspace = true
|
|||
libz-sys.workspace = true
|
||||
log = { workspace = true, features = ["serde"] }
|
||||
lsp-types.workspace = true
|
||||
malva = "=0.11.0"
|
||||
markup_fmt = "=0.18.0"
|
||||
malva.workspace = true
|
||||
markup_fmt.workspace = true
|
||||
memmem.workspace = true
|
||||
notify.workspace = true
|
||||
once_cell.workspace = true
|
||||
open = "5.0.1"
|
||||
open.workspace = true
|
||||
opentelemetry.workspace = true
|
||||
opentelemetry-otlp.workspace = true
|
||||
opentelemetry-semantic-conventions.workspace = true
|
||||
opentelemetry_sdk.workspace = true
|
||||
p256.workspace = true
|
||||
pathdiff = "0.2.1"
|
||||
pathdiff.workspace = true
|
||||
percent-encoding.workspace = true
|
||||
phf.workspace = true
|
||||
pretty_yaml = "=0.5.0"
|
||||
quick-junit = "^0.3.5"
|
||||
pretty_yaml.workspace = true
|
||||
quick-junit.workspace = true
|
||||
rand = { workspace = true, features = ["small_rng"] }
|
||||
regex.workspace = true
|
||||
ring.workspace = true
|
||||
rustyline.workspace = true
|
||||
rustyline-derive = "=0.7.0"
|
||||
rustyline-derive.workspace = true
|
||||
serde.workspace = true
|
||||
serde_repr.workspace = true
|
||||
sha2.workspace = true
|
||||
spki = { version = "0.7", features = ["pem"] }
|
||||
sqlformat = "=0.3.2"
|
||||
strsim = "0.11.1"
|
||||
spki = { workspace = true, features = ["pem"] }
|
||||
sqlformat.workspace = true
|
||||
strsim.workspace = true
|
||||
sys_traits = { workspace = true, features = ["getrandom", "filetime", "libc", "real", "strip_unc", "winapi"] }
|
||||
tar.workspace = true
|
||||
tempfile.workspace = true
|
||||
text-size = "=1.1.0"
|
||||
text_lines = "=0.6.0"
|
||||
text-size.workspace = true
|
||||
text_lines.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
tokio-util.workspace = true
|
||||
tower.workspace = true
|
||||
tower-lsp.workspace = true
|
||||
tracing = { version = "0.1", features = ["log"], optional = true }
|
||||
tracing-opentelemetry = { version = "0.28.0", optional = true }
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"], optional = true }
|
||||
typed-arena = "=2.0.2"
|
||||
unicode-width = "0.1.3"
|
||||
tracing = { workspace = true, features = ["log"], optional = true }
|
||||
tracing-opentelemetry = { workspace = true, optional = true }
|
||||
tracing-subscriber = { workspace = true, features = ["env-filter"], optional = true }
|
||||
typed-arena.workspace = true
|
||||
unicode-width.workspace = true
|
||||
uuid = { workspace = true, features = ["serde"] }
|
||||
walkdir.workspace = true
|
||||
zip = { version = "2.1.6", default-features = false, features = ["deflate-flate2"] }
|
||||
zip = { workspace = true, features = ["deflate-flate2"] }
|
||||
zstd.workspace = true
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
|
|
|
@ -25,7 +25,7 @@ deno_resolver = { workspace = true, features = ["sync"] }
|
|||
deno_runtime.workspace = true
|
||||
deno_semver.workspace = true
|
||||
deno_terminal.workspace = true
|
||||
env_logger = "=0.10.0"
|
||||
env_logger.workspace = true
|
||||
faster-hex.workspace = true
|
||||
indexmap.workspace = true
|
||||
libsui.workspace = true
|
||||
|
|
|
@ -40,11 +40,11 @@ deno_runtime = { workspace = true, features = ["include_js_files_for_snapshottin
|
|||
deno_semver.workspace = true
|
||||
deno_snapshots.workspace = true
|
||||
deno_terminal.workspace = true
|
||||
libsui = "0.5.0"
|
||||
libsui.workspace = true
|
||||
node_resolver.workspace = true
|
||||
|
||||
async-trait.workspace = true
|
||||
bincode = "=1.3.3"
|
||||
bincode.workspace = true
|
||||
import_map = { version = "=0.21.0", features = ["ext"] }
|
||||
indexmap.workspace = true
|
||||
log = { workspace = true, features = ["serde"] }
|
||||
|
|
|
@ -14,18 +14,15 @@ description = "OffscreenCanvas implementation for Deno"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
bytemuck = "1.17.1"
|
||||
bytemuck.workspace = true
|
||||
deno_core.workspace = true
|
||||
deno_error.workspace = true
|
||||
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
|
||||
# "webp", "gif"
|
||||
] }
|
||||
image = { workspace = true, features = ["png", "jpeg", "bmp", "ico"] }
|
||||
# NOTE: The qcms is a color space conversion crate which parses ICC profiles that used in Gecko,
|
||||
# however it supports only 8-bit color depth currently.
|
||||
# https://searchfox.org/mozilla-central/rev/f09e3f9603a08b5b51bf504846091579bc2ff531/gfx/qcms/src/transform.rs#130-137
|
||||
# It seems to be failed to build for aarch64-unknown-linux-gnu with pkg-config.
|
||||
# https://github.com/kornelski/rust-lcms2-sys/blob/b8e9c3efcf266b88600318fb519c073b9ebb61b7/README.md#L26
|
||||
lcms2 = { version = "6.1.0", features = ["static"] }
|
||||
num-traits = { version = "0.2.19" }
|
||||
lcms2 = { workspace = true, features = ["static"] }
|
||||
num-traits.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
|
|
@ -15,23 +15,23 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
aes.workspace = true
|
||||
aes-gcm = "0.10"
|
||||
aes-kw = { version = "0.2.1", features = ["alloc"] }
|
||||
aes-gcm.workspace = true
|
||||
aes-kw = { workspace = true, features = ["alloc"] }
|
||||
base64.workspace = true
|
||||
cbc.workspace = true
|
||||
const-oid = "0.9.0"
|
||||
const-oid.workspace = true
|
||||
ctr.workspace = true
|
||||
curve25519-dalek = "4.1.3"
|
||||
curve25519-dalek.workspace = true
|
||||
deno_core.workspace = true
|
||||
deno_error.workspace = true
|
||||
deno_web.workspace = true
|
||||
ed448-goldilocks = { version = "0.8.3", features = ["zeroize"] }
|
||||
elliptic-curve = { version = "0.13.1", features = ["std", "pem"] }
|
||||
num-traits = "0.2.14"
|
||||
ed448-goldilocks = { workspace = true, features = ["zeroize"] }
|
||||
elliptic-curve = { workspace = true, features = ["std", "pem"] }
|
||||
num-traits.workspace = true
|
||||
once_cell.workspace = true
|
||||
p256 = { version = "0.13.2", features = ["ecdh"] }
|
||||
p384 = "0.13.0"
|
||||
p521 = "0.13.3"
|
||||
p256 = { workspace = true, features = ["ecdh"] }
|
||||
p384.workspace = true
|
||||
p521.workspace = true
|
||||
rand.workspace = true
|
||||
ring = { workspace = true, features = ["std"] }
|
||||
rsa.workspace = true
|
||||
|
@ -43,4 +43,4 @@ spki.workspace = true
|
|||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
uuid.workspace = true
|
||||
x25519-dalek = "2.0.0"
|
||||
x25519-dalek.workspace = true
|
||||
|
|
|
@ -23,8 +23,8 @@ deno_fs.workspace = true
|
|||
deno_path_util.workspace = true
|
||||
deno_permissions.workspace = true
|
||||
deno_tls.workspace = true
|
||||
dyn-clone = "1"
|
||||
error_reporter = "1"
|
||||
dyn-clone.workspace = true
|
||||
error_reporter.workspace = true
|
||||
h2.workspace = true
|
||||
hickory-resolver.workspace = true
|
||||
http.workspace = true
|
||||
|
|
|
@ -14,20 +14,20 @@ description = "Dynamic library ffi for deno"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
cranelift = "0.116"
|
||||
cranelift-native = "0.116"
|
||||
cranelift.workspace = true
|
||||
cranelift-native.workspace = true
|
||||
deno_core.workspace = true
|
||||
deno_error.workspace = true
|
||||
deno_permissions.workspace = true
|
||||
dlopen2.workspace = true
|
||||
libffi = "=3.2.0"
|
||||
libffi-sys = "=2.3.0"
|
||||
libffi.workspace = true
|
||||
libffi-sys.workspace = true
|
||||
log.workspace = true
|
||||
memmap2 = "0.9"
|
||||
memmap2.workspace = true
|
||||
num-bigint.workspace = true
|
||||
serde.workspace = true
|
||||
serde-value = "0.7"
|
||||
serde_json = "1.0"
|
||||
serde-value.workspace = true
|
||||
serde_json.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ deno_permissions.workspace = true
|
|||
filetime.workspace = true
|
||||
libc.workspace = true
|
||||
rand.workspace = true
|
||||
rayon = "1.8.0"
|
||||
rayon.workspace = true
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ name = "compressible"
|
|||
harness = false
|
||||
|
||||
[dependencies]
|
||||
async-compression = { version = "0.4", features = ["tokio", "brotli", "gzip"] }
|
||||
async-compression = { workspace = true, features = ["tokio", "brotli", "gzip"] }
|
||||
async-trait.workspace = true
|
||||
base64.workspace = true
|
||||
brotli.workspace = true
|
||||
|
@ -39,9 +39,9 @@ httparse.workspace = true
|
|||
hyper.workspace = true
|
||||
hyper-util.workspace = true
|
||||
hyper_v014 = { workspace = true, features = ["server", "stream", "http1", "http2", "runtime"] }
|
||||
itertools = "0.10"
|
||||
itertools.workspace = true
|
||||
memmem.workspace = true
|
||||
mime = "0.3.16"
|
||||
mime.workspace = true
|
||||
once_cell.workspace = true
|
||||
percent-encoding.workspace = true
|
||||
phf.workspace = true
|
||||
|
|
|
@ -18,7 +18,7 @@ deno_core.workspace = true
|
|||
deno_error.workspace = true
|
||||
deno_permissions.workspace = true
|
||||
libc.workspace = true
|
||||
libloading = { version = "0.7" }
|
||||
libloading.workspace = true
|
||||
log.workspace = true
|
||||
napi_sym.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
@ -27,4 +27,4 @@ thiserror.workspace = true
|
|||
windows-sys.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
libuv-sys-lite = "=1.48.2"
|
||||
libuv-sys-lite.workspace = true
|
||||
|
|
|
@ -18,10 +18,10 @@ deno_core.workspace = true
|
|||
deno_error.workspace = true
|
||||
deno_permissions.workspace = true
|
||||
deno_tls.workspace = true
|
||||
hickory-proto = "0.25.0-alpha.4"
|
||||
hickory-proto.workspace = true
|
||||
hickory-resolver.workspace = true
|
||||
pin-project.workspace = true
|
||||
quinn = { version = "0.11.6", default-features = false, features = ["runtime-tokio", "rustls", "ring"] }
|
||||
quinn = { workspace = true, features = ["runtime-tokio", "rustls", "ring"] }
|
||||
rustls-tokio-stream.workspace = true
|
||||
serde.workspace = true
|
||||
sha2.workspace = true
|
||||
|
@ -29,4 +29,4 @@ socket2.workspace = true
|
|||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
url.workspace = true
|
||||
web-transport-proto = "0.2.3"
|
||||
web-transport-proto.workspace = true
|
||||
|
|
|
@ -17,15 +17,15 @@ path = "lib.rs"
|
|||
sync_fs = ["deno_fs/sync_fs", "deno_package_json/sync", "node_resolver/sync"]
|
||||
|
||||
[dependencies]
|
||||
aead-gcm-stream = "0.4"
|
||||
aead-gcm-stream.workspace = true
|
||||
aes.workspace = true
|
||||
base64.workspace = true
|
||||
blake2 = "0.10.6"
|
||||
blake2.workspace = true
|
||||
boxed_error.workspace = true
|
||||
brotli.workspace = true
|
||||
bytes.workspace = true
|
||||
cbc.workspace = true
|
||||
const-oid = "0.9.5"
|
||||
const-oid.workspace = true
|
||||
ctr.workspace = true
|
||||
data-encoding.workspace = true
|
||||
deno_core.workspace = true
|
||||
|
@ -38,13 +38,13 @@ deno_package_json.workspace = true
|
|||
deno_path_util.workspace = true
|
||||
deno_permissions.workspace = true
|
||||
deno_process.workspace = true
|
||||
deno_whoami = "0.1.0"
|
||||
der = { version = "0.7.9", features = ["derive"] }
|
||||
digest = { version = "0.10.5", features = ["core-api", "std"] }
|
||||
dsa = "0.6.3"
|
||||
deno_whoami.workspace = true
|
||||
der = { workspace = true, features = ["derive"] }
|
||||
digest = { workspace = true, features = ["core-api", "std"] }
|
||||
dsa.workspace = true
|
||||
ecb.workspace = true
|
||||
ecdsa = "0.16.9"
|
||||
ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core", "signature"] }
|
||||
ecdsa.workspace = true
|
||||
ed25519-dalek = { workspace = true, features = ["digest", "pkcs8", "rand_core", "signature"] }
|
||||
elliptic-curve.workspace = true
|
||||
faster-hex.workspace = true
|
||||
h2.workspace = true
|
||||
|
@ -53,48 +53,48 @@ http.workspace = true
|
|||
http-body-util.workspace = true
|
||||
hyper.workspace = true
|
||||
hyper-util.workspace = true
|
||||
idna = "1.0.3"
|
||||
ipnetwork = "0.20.0"
|
||||
k256 = "0.13.1"
|
||||
idna.workspace = true
|
||||
ipnetwork.workspace = true
|
||||
k256.workspace = true
|
||||
libc.workspace = true
|
||||
libsqlite3-sys = "0.30.1"
|
||||
libsqlite3-sys.workspace = true
|
||||
libz-sys.workspace = true
|
||||
md-5 = { version = "0.10.5", features = ["oid"] }
|
||||
md4 = "0.10.2"
|
||||
md-5 = { workspace = true, features = ["oid"] }
|
||||
md4.workspace = true
|
||||
node_resolver.workspace = true
|
||||
num-bigint.workspace = true
|
||||
num-bigint-dig = "0.8.2"
|
||||
num-integer = "0.1.45"
|
||||
num-traits = "0.2.14"
|
||||
num-bigint-dig.workspace = true
|
||||
num-integer.workspace = true
|
||||
num-traits.workspace = true
|
||||
once_cell.workspace = true
|
||||
p224.workspace = true
|
||||
p256.workspace = true
|
||||
p384.workspace = true
|
||||
pbkdf2 = "0.12.1"
|
||||
pkcs8 = { version = "0.10.2", features = ["std", "pkcs5", "encryption"] }
|
||||
pbkdf2.workspace = true
|
||||
pkcs8 = { workspace = true, features = ["std", "pkcs5", "encryption"] }
|
||||
rand.workspace = true
|
||||
ring.workspace = true
|
||||
ripemd = { version = "0.1.3", features = ["oid"] }
|
||||
ripemd = { workspace = true, features = ["oid"] }
|
||||
rsa.workspace = true
|
||||
rusqlite.workspace = true
|
||||
scrypt = "0.11.0"
|
||||
scrypt.workspace = true
|
||||
sec1.workspace = true
|
||||
serde.workspace = true
|
||||
sha1.workspace = true
|
||||
sha2.workspace = true
|
||||
sha3 = { version = "0.10.8", features = ["oid"] }
|
||||
sha3 = { workspace = true, features = ["oid"] }
|
||||
signature.workspace = true
|
||||
sm3 = "0.4.2"
|
||||
sm3.workspace = true
|
||||
spki.workspace = true
|
||||
sys_traits = { workspace = true, features = ["real", "winapi", "libc"] }
|
||||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
tokio-eld = "0.2"
|
||||
tokio-eld.workspace = true
|
||||
url.workspace = true
|
||||
webpki-root-certs.workspace = true
|
||||
winapi.workspace = true
|
||||
x25519-dalek = { version = "2.0.0", features = ["static_secrets"] }
|
||||
x509-parser = "0.15.0"
|
||||
x25519-dalek = { workspace = true, features = ["static_secrets"] }
|
||||
x509-parser.workspace = true
|
||||
yoke.workspace = true
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
|
|
|
@ -20,7 +20,7 @@ deno_path_util.workspace = true
|
|||
deno_permissions.workspace = true
|
||||
deno_telemetry.workspace = true
|
||||
libc.workspace = true
|
||||
netif = "0.1.6"
|
||||
netif.workspace = true
|
||||
once_cell.workspace = true
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
|
|
@ -23,11 +23,11 @@ deno_path_util.workspace = true
|
|||
deno_permissions.workspace = true
|
||||
libc.workspace = true
|
||||
log.workspace = true
|
||||
memchr = "2.7.4"
|
||||
pin-project-lite = "0.2.13"
|
||||
memchr.workspace = true
|
||||
pin-project-lite.workspace = true
|
||||
rand.workspace = true
|
||||
serde.workspace = true
|
||||
simd-json = "0.14.0"
|
||||
simd-json.workspace = true
|
||||
tempfile.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
|
|
|
@ -16,7 +16,7 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
deno_core.workspace = true
|
||||
deno_error.workspace = true
|
||||
deno_native_certs = "0.3.0"
|
||||
deno_native_certs.workspace = true
|
||||
rustls.workspace = true
|
||||
rustls-pemfile.workspace = true
|
||||
rustls-tokio-stream.workspace = true
|
||||
|
|
|
@ -16,7 +16,7 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
deno_core.workspace = true
|
||||
deno_error.workspace = true
|
||||
urlpattern = "0.3.0"
|
||||
urlpattern.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
deno_bench_util.workspace = true
|
||||
|
|
|
@ -15,7 +15,7 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
async-trait.workspace = true
|
||||
base64-simd = "0.8"
|
||||
base64-simd.workspace = true
|
||||
bytes.workspace = true
|
||||
deno_core.workspace = true
|
||||
deno_error.workspace = true
|
||||
|
@ -23,7 +23,7 @@ deno_permissions.workspace = true
|
|||
encoding_rs.workspace = true
|
||||
flate2 = { workspace = true, features = ["default"] }
|
||||
futures.workspace = true
|
||||
serde = "1.0.149"
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
uuid = { workspace = true, features = ["serde"] }
|
||||
|
|
|
@ -25,7 +25,7 @@ deno_error.workspace = true
|
|||
serde = { workspace = true, features = ["derive"] }
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
wgpu-types = { workspace = true, features = ["serde"] }
|
||||
raw-window-handle = { workspace = true }
|
||||
raw-window-handle.workspace = true
|
||||
thiserror.workspace = true
|
||||
indexmap.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
|
|
@ -29,7 +29,7 @@ deno_path_util.workspace = true
|
|||
futures.workspace = true
|
||||
lazy-regex.workspace = true
|
||||
once_cell.workspace = true
|
||||
path-clean = "=0.1.0"
|
||||
path-clean.workspace = true
|
||||
regex.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
|
|
@ -39,4 +39,4 @@ thiserror.workspace = true
|
|||
url.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.4.0"
|
||||
tempfile.workspace = true
|
||||
|
|
|
@ -89,7 +89,7 @@ log.workspace = true
|
|||
notify.workspace = true
|
||||
once_cell.workspace = true
|
||||
rustyline = { workspace = true, features = ["custom-bindings"] }
|
||||
same-file = "1.0.6"
|
||||
same-file.workspace = true
|
||||
serde.workspace = true
|
||||
sys_traits.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
|
|
@ -19,11 +19,11 @@ deno_core.workspace = true
|
|||
deno_error.workspace = true
|
||||
deno_path_util.workspace = true
|
||||
deno_terminal.workspace = true
|
||||
fqdn = "0.3.4"
|
||||
fqdn.workspace = true
|
||||
libc.workspace = true
|
||||
log.workspace = true
|
||||
once_cell.workspace = true
|
||||
percent-encoding = { version = "2.3.1", features = [] }
|
||||
percent-encoding = { workspace = true, features = [] }
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
which.workspace = true
|
||||
|
|
|
@ -33,17 +33,17 @@ anyhow.workspace = true
|
|||
bytes.workspace = true
|
||||
chrono = { workspace = true, features = ["now"] }
|
||||
deno_bench_util.workspace = true
|
||||
deno_cache_dir = { workspace = true }
|
||||
deno_cache_dir.workspace = true
|
||||
deno_lockfile.workspace = true
|
||||
deno_semver.workspace = true
|
||||
deno_terminal.workspace = true
|
||||
deno_unsync.workspace = true
|
||||
fastwebsockets = { workspace = true, features = ["upgrade", "unstable-split"] }
|
||||
file_test_runner = "0.7.3"
|
||||
flaky_test = "=0.2.2"
|
||||
hickory-client = "0.25.0-alpha.4"
|
||||
hickory-proto = "0.25.0-alpha.4"
|
||||
hickory-server = "0.25.0-alpha.4"
|
||||
file_test_runner.workspace = true
|
||||
flaky_test.workspace = true
|
||||
hickory-client.workspace = true
|
||||
hickory-proto.workspace = true
|
||||
hickory-server.workspace = true
|
||||
http.workspace = true
|
||||
http-body-util.workspace = true
|
||||
hyper.workspace = true
|
||||
|
|
|
@ -13,11 +13,11 @@ repository.workspace = true
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
libuv-sys-lite = "=1.48.2"
|
||||
napi-sys = { version = "=2.2.2", default-features = false, features = ["napi7"] }
|
||||
libuv-sys-lite.workspace = true
|
||||
napi-sys = { workspace = true, features = ["napi7"] }
|
||||
|
||||
[dev-dependencies]
|
||||
test_util.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
napi-build = "1"
|
||||
napi-build.workspace = true
|
||||
|
|
|
@ -20,7 +20,7 @@ harness = false
|
|||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-stream = "0.3.3"
|
||||
async-stream.workspace = true
|
||||
base64.workspace = true
|
||||
bytes.workspace = true
|
||||
console_static_text.workspace = true
|
||||
|
@ -51,7 +51,7 @@ regex.workspace = true
|
|||
reqwest.workspace = true
|
||||
rustls-pemfile.workspace = true
|
||||
rustls-tokio-stream.workspace = true
|
||||
semver = "=1.0.14"
|
||||
semver.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
sha2.workspace = true
|
||||
|
@ -60,7 +60,7 @@ tempfile.workspace = true
|
|||
termcolor.workspace = true
|
||||
tokio.workspace = true
|
||||
url.workspace = true
|
||||
win32job = "2"
|
||||
win32job.workspace = true
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = { workspace = true, features = ["consoleapi", "synchapi", "handleapi", "namedpipeapi", "winbase", "winerror"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue