aboutsummaryrefslogtreecommitdiffhomepage
path: root/pingora-rustls/Cargo.toml
blob: 858ce30a739996e1f4d114e64d67657be46fc95c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pingora-rustls"
version = "0.3.0"
authors = ["Harald Gutmann <harald@gutmann.one>"]
license = "Apache-2.0"
edition = "2021"
repository = "https://github.com/cloudflare/pingora"
categories = ["asynchronous", "network-programming"]
keywords = ["async", "tls", "ssl", "pingora"]
description = """
RusTLS async APIs for Pingora.
"""

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "pingora_rustls"
path = "src/lib.rs"