2023-06-22 05:46:27 +00:00
|
|
|
[package]
|
|
|
|
name = "curve25519-dalek-derive"
|
2023-10-31 13:40:12 -04:00
|
|
|
version = "0.1.1"
|
2023-06-22 05:46:27 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
|
|
|
|
homepage = "https://github.com/dalek-cryptography/curve25519-dalek"
|
|
|
|
documentation = "https://docs.rs/curve25519-dalek-derive"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
readme = "README.md"
|
|
|
|
description = "curve25519-dalek Derives"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2023-07-22 10:13:10 -06:00
|
|
|
proc-macro2 = "1.0.66"
|
|
|
|
quote = "1.0.31"
|
|
|
|
syn = { version = "2.0.27", features = ["full"] }
|