mirror of
https://github.com/denoland/deno.git
synced 2025-02-12 16:59:32 -05:00
28 lines
660 B
TOML
28 lines
660 B
TOML
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "deno_tls"
|
|
<<<<<<< HEAD
|
|
version = "0.116.0"
|
|
=======
|
|
version = "0.117.0"
|
|
>>>>>>> 6af25c059 (1.39.2 (#21791))
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme = "README.md"
|
|
repository.workspace = true
|
|
description = "TLS for Deno"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
deno_core.workspace = true
|
|
deno_native_certs = "0.2.0"
|
|
once_cell.workspace = true
|
|
rustls = { workspace = true, features = ["dangerous_configuration"] }
|
|
rustls-pemfile.workspace = true
|
|
rustls-webpki.workspace = true
|
|
serde.workspace = true
|
|
webpki-roots.workspace = true
|