blob: f78ad8ef1580be1bd6fa9971df14357269bb7d90 [file] [log] [blame]
[package]
name = "crypto_provider_default"
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
crypto_provider.workspace = true
crypto_provider_rustcrypto = {workspace = true, optional = true}
crypto_provider_boringssl = {path = "../crypto_provider_boringssl", optional = true}
crypto_provider_openssl = {workspace = true, optional = true}
cfg-if.workspace = true
[features]
std = ["crypto_provider_rustcrypto/std"]
default = ["rustcrypto"]
rustcrypto = ["crypto_provider_rustcrypto"]
boringssl = ["crypto_provider_boringssl"]
opensslbssl = ["crypto_provider_openssl/boringssl"]