2025-01-01 04:12:39 +09:00
|
|
|
# Copyright 2018-2025 the Deno authors. MIT license.
|
2021-06-29 01:43:03 +02:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "deno_net"
|
2025-01-09 17:38:18 -05:00
|
|
|
version = "0.177.0"
|
2022-11-22 21:07:35 +01:00
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-06-29 01:43:03 +02:00
|
|
|
readme = "README.md"
|
2022-11-22 21:07:35 +01:00
|
|
|
repository.workspace = true
|
2021-08-02 10:19:27 -04:00
|
|
|
description = "Networking for Deno"
|
2021-06-29 01:43:03 +02:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-11-22 21:07:35 +01:00
|
|
|
deno_core.workspace = true
|
2025-01-08 14:52:32 -08:00
|
|
|
deno_error.workspace = true
|
2024-06-06 23:37:53 -04:00
|
|
|
deno_permissions.workspace = true
|
2022-11-22 21:07:35 +01:00
|
|
|
deno_tls.workspace = true
|
2024-12-05 15:11:35 +01:00
|
|
|
hickory-proto = "0.25.0-alpha.4"
|
2024-11-15 14:14:11 +03:30
|
|
|
hickory-resolver.workspace = true
|
2023-04-22 11:48:21 -06:00
|
|
|
pin-project.workspace = true
|
2024-12-20 13:48:48 +01:00
|
|
|
quinn = { version = "0.11.6", default-features = false, features = ["runtime-tokio", "rustls", "ring"] }
|
2023-11-15 16:12:46 -07:00
|
|
|
rustls-tokio-stream.workspace = true
|
2022-11-22 21:07:35 +01:00
|
|
|
serde.workspace = true
|
|
|
|
socket2.workspace = true
|
2024-10-17 09:43:04 -07:00
|
|
|
thiserror.workspace = true
|
2022-11-22 21:07:35 +01:00
|
|
|
tokio.workspace = true
|