2019-01-06 09:38:21 +00:00
|
|
|
[package]
|
|
|
|
name = "group"
|
2020-03-12 21:59:19 +00:00
|
|
|
version = "0.6.0"
|
2019-01-06 09:38:21 +00:00
|
|
|
authors = [
|
|
|
|
"Sean Bowe <ewillbefull@gmail.com>",
|
|
|
|
"Jack Grigg <jack@z.cash>",
|
|
|
|
]
|
2019-08-02 13:57:34 +00:00
|
|
|
readme = "README.md"
|
2019-01-06 09:38:21 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
|
|
|
|
description = "Elliptic curve group traits and utilities"
|
|
|
|
documentation = "https://docs.rs/group/"
|
|
|
|
homepage = "https://github.com/ebfull/group"
|
|
|
|
repository = "https://github.com/ebfull/group"
|
2019-08-21 00:31:20 +00:00
|
|
|
edition = "2018"
|
2019-01-06 09:38:21 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2020-03-26 06:23:29 +00:00
|
|
|
byteorder = { version = "1", default-features = false }
|
2020-03-12 21:59:19 +00:00
|
|
|
ff = { version = "0.6", path = "../ff" }
|
2019-07-14 11:19:01 +00:00
|
|
|
rand = "0.7"
|
|
|
|
rand_xorshift = "0.2"
|
2019-10-08 03:01:24 +00:00
|
|
|
|
|
|
|
[badges]
|
|
|
|
maintenance = { status = "actively-developed" }
|