[dependencies.bytemuck]
version = "1.16.1"
[dependencies.bytemuck_derive]
version = "1.7.0"
[dependencies.solana-program]
version = "=2.0.9"
[dependencies.thiserror]
version = "1.0.61"
[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
description = "Solana Curve25519 Syscalls"
documentation = "https://docs.rs/solana-curve25519"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-curve25519"
repository = "https://github.com/anza-xyz/agave"
version = "2.0.9"
[target.'cfg(not(target_os = "solana"))'.dependencies.curve25519-dalek]
features = ["serde"]
version = "3.2.1"