mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-03 17:40:34 +00:00
16 lines
463 B
TOML
16 lines
463 B
TOML
[package]
|
|
name = "dynamic-generator"
|
|
version = "0.1.0"
|
|
description = "Provide dynamic generators for curves implementing the Group API"
|
|
license = "MIT"
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/crypto/custom-generator"
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
keywords = ["ff", "group", "generator"]
|
|
edition = "2021"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[dependencies]
|
|
group = "0.12"
|