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-06-19 12:28:14 -04:00
|
|
|
version = "0.95.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"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-06 01:31:50 -04:00
|
|
|
aead-gcm-stream = "0.1"
|
2023-03-14 02:59:23 -04:00
|
|
|
aes.workspace = true
|
2024-05-18 11:42:03 -04:00
|
|
|
async-trait.workspace = true
|
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
|
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-04-20 09:25:07 -04:00
|
|
|
deno_permissions.workspace = true
|
2023-10-31 08:38:39 -04:00
|
|
|
deno_whoami = "0.1.0"
|
2023-02-14 11:38:45 -05:00
|
|
|
digest = { version = "0.10.5", features = ["core-api", "std"] }
|
2023-04-19 12:57:34 -04:00
|
|
|
dsa = "0.6.1"
|
2023-03-25 02:42:07 -04:00
|
|
|
ecb.workspace = true
|
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-06-19 10:09:17 -04:00
|
|
|
h2 = { version = "0.3.26", features = ["unstable"] }
|
2023-04-06 12:56:56 -04:00
|
|
|
hkdf.workspace = true
|
2024-05-16 01:22:40 -04:00
|
|
|
home = "0.5.9"
|
2024-06-19 10:09:17 -04:00
|
|
|
http_v02.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
|
2023-02-14 11:38:45 -05:00
|
|
|
md-5 = "0.10.5"
|
|
|
|
md4 = "0.10.2"
|
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"
|
2023-02-20 11:52:28 -05:00
|
|
|
rand.workspace = true
|
2022-11-22 15:07:35 -05:00
|
|
|
regex.workspace = true
|
2023-05-16 19:20:32 -04:00
|
|
|
reqwest.workspace = true
|
2023-04-19 12:57:34 -04:00
|
|
|
ring.workspace = true
|
2023-02-14 11:38:45 -05:00
|
|
|
ripemd = "0.1.3"
|
2023-02-20 11:52:28 -05:00
|
|
|
rsa.workspace = true
|
2023-04-18 08:29:10 -04:00
|
|
|
scrypt = "0.11.0"
|
2024-03-14 09:53:50 -04:00
|
|
|
sec1 = "0.7"
|
2022-12-07 17:32:24 -05:00
|
|
|
serde = "1.0.149"
|
2023-02-14 11:38:45 -05:00
|
|
|
sha-1 = "0.10.0"
|
2023-03-31 20:10:13 -04:00
|
|
|
sha2.workspace = true
|
2023-03-28 08:46:48 -04:00
|
|
|
signature.workspace = true
|
2023-12-13 05:14:16 -05:00
|
|
|
simd-json = "0.13.4"
|
2024-03-13 04:17:23 -04:00
|
|
|
spki.workspace = true
|
2023-03-28 05:40:56 -04:00
|
|
|
tokio.workspace = true
|
2023-09-15 15:51:25 -04:00
|
|
|
url.workspace = true
|
2023-07-31 16:29:09 -04:00
|
|
|
winapi.workspace = true
|
2023-11-04 00:29:25 -04:00
|
|
|
x25519-dalek = "2.0.0"
|
2023-04-07 13:24:16 -04:00
|
|
|
x509-parser = "0.15.0"
|
2023-12-19 07:37:22 -05:00
|
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
|
|
windows-sys.workspace = true
|
|
|
|
winapi = { workspace = true, features = ["consoleapi"] }
|