2022-01-07 22:09:52 -05:00
|
|
|
# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
|
2021-08-07 08:49:38 -04:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "deno_tls"
|
2022-12-15 13:30:55 -05:00
|
|
|
version = "0.69.0"
|
2022-11-22 15:07:35 -05:00
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-08-07 08:49:38 -04:00
|
|
|
readme = "README.md"
|
2022-11-22 15:07:35 -05:00
|
|
|
repository.workspace = true
|
2021-08-07 08:49:38 -04:00
|
|
|
description = "TLS for Deno"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-11-22 15:07:35 -05:00
|
|
|
deno_core.workspace = true
|
|
|
|
once_cell.workspace = true
|
|
|
|
rustls = { workspace = true, features = ["dangerous_configuration"] }
|
2022-05-05 06:41:59 -04:00
|
|
|
rustls-native-certs = "0.6.2"
|
2022-11-22 15:07:35 -05:00
|
|
|
rustls-pemfile.workspace = true
|
|
|
|
serde.workspace = true
|
2021-12-06 18:48:11 -05:00
|
|
|
webpki = "0.22"
|
|
|
|
webpki-roots = "0.22"
|