| [package] | |
| name = "np_ed25519" | |
| version.workspace = true | |
| edition.workspace = true | |
| publish.workspace = true | |
| license.workspace = true | |
| [lints] | |
| workspace = true | |
| [dependencies] | |
| array_view.workspace = true | |
| crypto_provider = { workspace = true, features = ["raw_private_key_permit"] } | |
| sink.workspace = true | |
| tinyvec.workspace = true | |
| [features] | |
| std = ["crypto_provider/std"] |