2024-01-01 14:58:21 -05:00
|
|
|
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
2022-08-09 15:06:01 -04:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "deno_node"
|
2024-10-02 10:27:34 -04:00
|
|
|
version = "0.107.0"
|
2022-11-22 15:07:35 -05:00
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2022-08-09 15:06:01 -04:00
|
|
|
readme = "README.md"
|
2022-11-22 15:07:35 -05:00
|
|
|
repository.workspace = true
|
2022-08-09 15:06:01 -04:00
|
|
|
description = "Node compatibility for Deno"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
2024-07-23 17:34:46 -04:00
|
|
|
[features]
|
2024-07-25 19:08:14 -04:00
|
|
|
sync_fs = ["deno_package_json/sync", "node_resolver/sync"]
|
2024-07-23 17:34:46 -04:00
|
|
|
|
2022-08-09 15:06:01 -04:00
|
|
|
[dependencies]
|
2024-08-28 09:04:18 -04:00
|
|
|
aead-gcm-stream = "0.3"
|
2023-03-14 02:59:23 -04:00
|
|
|
aes.workspace = true
|
2024-05-18 11:42:03 -04:00
|
|
|
async-trait.workspace = true
|
2024-08-07 02:43:58 -04:00
|
|
|
base64.workspace = true
|
2024-06-24 05:47:12 -04:00
|
|
|
blake2 = "0.10.6"
|
2023-06-24 10:12:08 -04:00
|
|
|
brotli.workspace = true
|
2023-09-15 15:51:25 -04:00
|
|
|
bytes.workspace = true
|
2023-03-14 02:59:23 -04:00
|
|
|
cbc.workspace = true
|
2023-11-09 12:56:59 -05:00
|
|
|
const-oid = "0.9.5"
|
2023-09-15 20:42:09 -04:00
|
|
|
data-encoding.workspace = true
|
2022-11-22 15:07:35 -05:00
|
|
|
deno_core.workspace = true
|
2023-05-16 19:20:32 -04:00
|
|
|
deno_fetch.workspace = true
|
2023-05-05 12:44:24 -04:00
|
|
|
deno_fs.workspace = true
|
2024-06-26 17:24:10 -04:00
|
|
|
deno_io.workspace = true
|
2023-04-21 21:02:46 -04:00
|
|
|
deno_media_type.workspace = true
|
2023-09-15 15:51:25 -04:00
|
|
|
deno_net.workspace = true
|
2024-07-23 17:34:46 -04:00
|
|
|
deno_package_json.workspace = true
|
2024-09-28 07:55:01 -04:00
|
|
|
deno_path_util.workspace = true
|
2024-04-20 09:25:07 -04:00
|
|
|
deno_permissions.workspace = true
|
2023-10-31 08:38:39 -04:00
|
|
|
deno_whoami = "0.1.0"
|
2024-08-08 05:35:29 -04:00
|
|
|
der = { version = "0.7.9", features = ["derive"] }
|
2023-02-14 11:38:45 -05:00
|
|
|
digest = { version = "0.10.5", features = ["core-api", "std"] }
|
2024-08-22 21:19:20 -04:00
|
|
|
dsa = "0.6.3"
|
2023-03-25 02:42:07 -04:00
|
|
|
ecb.workspace = true
|
2024-08-11 05:29:53 -04:00
|
|
|
ecdsa = "0.16.9"
|
2024-08-07 02:43:58 -04:00
|
|
|
ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core", "signature"] }
|
2023-04-27 12:31:35 -04:00
|
|
|
elliptic-curve.workspace = true
|
2023-07-31 16:29:09 -04:00
|
|
|
errno = "0.2.8"
|
2024-03-07 12:00:43 -05:00
|
|
|
faster-hex.workspace = true
|
2024-07-01 20:09:47 -04:00
|
|
|
h2.workspace = true
|
2023-04-06 12:56:56 -04:00
|
|
|
hkdf.workspace = true
|
2024-05-16 01:22:40 -04:00
|
|
|
home = "0.5.9"
|
2024-07-01 20:09:47 -04:00
|
|
|
http.workspace = true
|
2024-07-17 19:37:31 -04:00
|
|
|
http-body-util.workspace = true
|
2024-07-30 08:34:52 -04:00
|
|
|
hyper.workspace = true
|
|
|
|
hyper-util.workspace = true
|
2023-02-20 12:47:42 -05:00
|
|
|
idna = "0.3.0"
|
2023-02-22 22:45:35 -05:00
|
|
|
indexmap.workspace = true
|
2024-06-18 06:46:13 -04:00
|
|
|
ipnetwork = "0.20.0"
|
2023-11-10 12:29:01 -05:00
|
|
|
k256 = "0.13.1"
|
2023-04-12 21:08:01 -04:00
|
|
|
lazy-regex.workspace = true
|
2023-07-31 16:29:09 -04:00
|
|
|
libc.workspace = true
|
2023-11-11 09:20:12 -05:00
|
|
|
libz-sys.workspace = true
|
2024-07-05 04:10:22 -04:00
|
|
|
md-5 = { version = "0.10.5", features = ["oid"] }
|
2023-02-14 11:38:45 -05:00
|
|
|
md4 = "0.10.2"
|
2024-07-30 19:13:24 -04:00
|
|
|
memchr = "2.7.4"
|
2024-07-25 19:08:14 -04:00
|
|
|
node_resolver.workspace = true
|
2023-03-28 06:56:38 -04:00
|
|
|
num-bigint.workspace = true
|
2023-04-19 12:57:34 -04:00
|
|
|
num-bigint-dig = "0.8.2"
|
2023-03-28 06:56:38 -04:00
|
|
|
num-integer = "0.1.45"
|
|
|
|
num-traits = "0.2.14"
|
2022-11-22 15:07:35 -05:00
|
|
|
once_cell.workspace = true
|
2023-04-27 12:31:35 -04:00
|
|
|
p224.workspace = true
|
|
|
|
p256.workspace = true
|
|
|
|
p384.workspace = true
|
2022-08-30 14:09:22 -04:00
|
|
|
path-clean = "=0.1.0"
|
2023-03-28 05:40:56 -04:00
|
|
|
pbkdf2 = "0.12.1"
|
2023-12-13 05:14:16 -05:00
|
|
|
pin-project-lite = "0.2.13"
|
2024-08-07 02:43:58 -04:00
|
|
|
pkcs8 = { version = "0.10.2", features = ["std", "pkcs5", "encryption"] }
|
2023-02-20 11:52:28 -05:00
|
|
|
rand.workspace = true
|
2022-11-22 15:07:35 -05:00
|
|
|
regex.workspace = true
|
2023-04-19 12:57:34 -04:00
|
|
|
ring.workspace = true
|
2024-07-05 04:10:22 -04:00
|
|
|
ripemd = { version = "0.1.3", features = ["oid"] }
|
2023-02-20 11:52:28 -05:00
|
|
|
rsa.workspace = true
|
2023-04-18 08:29:10 -04:00
|
|
|
scrypt = "0.11.0"
|
2024-09-23 10:10:36 -04:00
|
|
|
sec1.workspace = true
|
2022-12-07 17:32:24 -05:00
|
|
|
serde = "1.0.149"
|
2024-06-23 10:39:14 -04:00
|
|
|
sha1.workspace = true
|
2023-03-31 20:10:13 -04:00
|
|
|
sha2.workspace = true
|
2024-07-05 04:10:22 -04:00
|
|
|
sha3 = { version = "0.10.8", features = ["oid"] }
|
2023-03-28 08:46:48 -04:00
|
|
|
signature.workspace = true
|
2024-09-27 00:57:27 -04:00
|
|
|
simd-json = "0.14.0"
|
2024-06-24 05:47:12 -04:00
|
|
|
sm3 = "0.4.2"
|
2024-03-13 04:17:23 -04:00
|
|
|
spki.workspace = true
|
2024-08-11 09:28:54 -04:00
|
|
|
stable_deref_trait = "1.2.0"
|
2024-07-09 12:15:03 -04:00
|
|
|
thiserror.workspace = true
|
2023-03-28 05:40:56 -04:00
|
|
|
tokio.workspace = true
|
2023-09-15 15:51:25 -04:00
|
|
|
url.workspace = true
|
2024-09-18 15:14:26 -04:00
|
|
|
webpki-root-certs.workspace = true
|
2023-07-31 16:29:09 -04:00
|
|
|
winapi.workspace = true
|
2024-08-07 02:43:58 -04:00
|
|
|
x25519-dalek = { version = "2.0.0", features = ["static_secrets"] }
|
2023-04-07 13:24:16 -04:00
|
|
|
x509-parser = "0.15.0"
|
2024-09-06 13:18:13 -04:00
|
|
|
yoke.workspace = true
|
2023-12-19 07:37:22 -05:00
|
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
|
|
windows-sys.workspace = true
|
|
|
|
winapi = { workspace = true, features = ["consoleapi"] }
|