| [package] |
| name = "cryptography-openssl" |
| version.workspace = true |
| authors.workspace = true |
| edition.workspace = true |
| publish.workspace = true |
| rust-version.workspace = true |
| license.workspace = true |
| |
| [dependencies] |
| cfg-if.workspace = true |
| foreign-types.workspace = true |
| foreign-types-shared.workspace = true |
| openssl.workspace = true |
| openssl-sys.workspace = true |
| |
| [lints.rust] |
| unexpected_cfgs = { level = "warn", check-cfg = ['cfg(CRYPTOGRAPHY_OPENSSL_320_OR_GREATER)', 'cfg(CRYPTOGRAPHY_OPENSSL_350_OR_GREATER)', 'cfg(CRYPTOGRAPHY_IS_LIBRESSL)', 'cfg(CRYPTOGRAPHY_IS_BORINGSSL)', 'cfg(CRYPTOGRAPHY_IS_AWSLC)'] } |