2017-06-26 05:09:43 +00:00
|
|
|
[package]
|
|
|
|
name = "ff_derive"
|
2020-03-12 21:59:19 +00:00
|
|
|
version = "0.6.0"
|
2019-12-20 04:10:10 +00:00
|
|
|
authors = [
|
|
|
|
"Sean Bowe <ewillbefull@gmail.com>",
|
|
|
|
"Jack Grigg <thestr4d@gmail.com>",
|
|
|
|
]
|
2017-06-26 05:12:40 +00:00
|
|
|
description = "Procedural macro library used to build custom prime field implementations"
|
2018-07-02 14:34:26 +00:00
|
|
|
documentation = "https://docs.rs/ff/"
|
2017-06-26 05:12:40 +00:00
|
|
|
homepage = "https://github.com/ebfull/ff"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
repository = "https://github.com/ebfull/ff"
|
2020-03-04 00:43:16 +00:00
|
|
|
edition = "2018"
|
2017-06-26 05:09:43 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2019-12-20 04:10:10 +00:00
|
|
|
addchain = "0.1"
|
2018-06-27 11:37:25 +00:00
|
|
|
num-bigint = "0.2"
|
|
|
|
num-traits = "0.2"
|
2017-06-27 05:22:41 +00:00
|
|
|
num-integer = "0.1"
|
2020-03-04 00:43:16 +00:00
|
|
|
proc-macro2 = "1"
|
|
|
|
quote = "1"
|
|
|
|
syn = "1"
|
|
|
|
|
|
|
|
[badges]
|
|
|
|
maintenance = { status = "passively-maintained" }
|