aboutsummaryrefslogtreecommitdiff
path: root/nearby/crypto/crypto_provider_openssl/Cargo.toml
blob: 3131981709617b14205365d0d3d7787875a3db94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "crypto_provider_openssl"
version.workspace = true
edition.workspace = true
publish.workspace = true

[dependencies]
crypto_provider = { path = "../crypto_provider" }
openssl.workspace = true
ouroboros = "0.15.5"
rand.workspace = true
cfg-if.workspace = true

[features]
default = []
boringssl = ["openssl/unstable_boringssl"]

[dev-dependencies]
crypto_provider = { path = "../crypto_provider", features = ["testing"] }
rstest = "0.16.0"
hex-literal.workspace = true