summaryrefslogtreecommitdiff
path: root/ext/net/Cargo.toml
blob: 4c6a67939591c807396ad435b3f634640a7f62ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.

[package]
name = "deno_net"
version = "0.77.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
readme = "README.md"
repository.workspace = true
description = "Networking for Deno"

[lib]
path = "lib.rs"

[dependencies]
deno_core.workspace = true
deno_tls.workspace = true
log.workspace = true
serde.workspace = true
socket2.workspace = true
tokio.workspace = true
trust-dns-proto = "0.22"
trust-dns-resolver = { version = "0.22", features = ["tokio-runtime", "serde-config"] }