summaryrefslogtreecommitdiff
path: root/openssl-tests/Cargo.toml
blob: 4fdfc318e2bdd804977ec290632e6383660a2b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
description = "Rustls tests that require OpenSSL"
edition = "2021"
license = "Apache-2.0 OR ISC OR MIT"
name = "rustls-openssl-tests"
publish = false
version = "0.0.1"

[dependencies]
asn1 = "0.17"
base64 = "0.22"
num-bigint = "0.4.4"
once_cell = "1.19"
rustls = {path = "../rustls"}
rustls-pki-types = "1.9"
openssl = "0.10"