mirror of
https://github.com/denoland/deno.git
synced 2025-01-09 07:39:15 -05:00
28 lines
724 B
TOML
28 lines
724 B
TOML
# Copyright 2018-2025 the Deno authors. MIT license.
|
|
|
|
[package]
|
|
name = "deno_net"
|
|
version = "0.176.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_permissions.workspace = true
|
|
deno_tls.workspace = true
|
|
hickory-proto = "0.25.0-alpha.4"
|
|
hickory-resolver.workspace = true
|
|
pin-project.workspace = true
|
|
quinn = { version = "0.11.6", default-features = false, features = ["runtime-tokio", "rustls", "ring"] }
|
|
rustls-tokio-stream.workspace = true
|
|
serde.workspace = true
|
|
socket2.workspace = true
|
|
thiserror.workspace = true
|
|
tokio.workspace = true
|