| [package] | |
| name = "crypto_provider_test" | |
| version.workspace = true | |
| edition.workspace = true | |
| publish.workspace = true | |
| license.workspace = true | |
| [dependencies] | |
| crypto_provider = { workspace = true, features = ["raw_private_key_permit", "test_vectors", "alloc"] } | |
| rand_ext.workspace = true | |
| test_helper.workspace = true | |
| hex-literal.workspace = true | |
| rand.workspace = true | |
| rstest.workspace = true | |
| rstest_reuse.workspace = true | |
| wycheproof.workspace = true | |
| hex.workspace = true |