[dependencies.bytemuck]
version = "1.21.0"
[dependencies.bytemuck_derive]
version = "1.8.1"
[dependencies.subtle]
version = "2.6.1"
[dependencies.thiserror]
version = "2.0.11"
[lib]
name = "solana_curve25519"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("solana"))', 'cfg(feature, values("frozen-abi", "no-entrypoint"))']
level = "warn"
priority = 0
[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Solana Curve25519 Syscalls"
documentation = "https://docs.rs/solana-curve25519"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-curve25519"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "2.2.0"
[target.'cfg(not(target_os = "solana"))'.dependencies.curve25519-dalek]
features = ["digest", "rand_core", "serde"]
version = "4.1.3"
[target.'cfg(target_os = "solana")'.dependencies.solana-define-syscall]
version = "=2.2.1"