• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "crypto_provider_openssl"
3version.workspace = true
4edition.workspace = true
5publish.workspace = true
6
7[dependencies]
8crypto_provider = { path = "../crypto_provider", features = ["alloc", "std"] }
9openssl.workspace = true
10cfg-if.workspace = true
11
12ouroboros = "0.15.5"
13
14[features]
15default = []
16boringssl = ["openssl/unstable_boringssl"]
17
18[dev-dependencies]
19crypto_provider = { path = "../crypto_provider", features = ["testing"] }
20rstest = "0.16.0"
21hex-literal.workspace = true
22