anza-cryptography-source/curve25519-derive/Cargo.toml
zz-sol 45af346e81
integrate curve25519 related crates (#2)
* wip

* fix ci

* fmt

* Update crate descriptions in README.md
2026-03-13 17:49:11 -04:00

18 lines
415 B
TOML

[package]
name = "solana-curve25519-derive"
version = "0.1.0"
edition = "2021"
authors = ["Anza Cryptography Team"]
license = "MIT OR Apache-2.0"
readme = "README.md"
description = "Proc-macro helpers for solana-curve25519 (forked from curve25519-derive)"
[lib]
name = "curve25519_derive"
proc-macro = true
[dependencies]
proc-macro2 = "1.0.66"
quote = "1.0.31"
syn = { version = "2.0.27", features = ["full"] }