mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
22 lines
452 B
TOML
22 lines
452 B
TOML
|
|
[package]
|
||
|
|
name = "secp256k1"
|
||
|
|
version = "0.30.99"
|
||
|
|
description = "Patch to an empty crate"
|
||
|
|
license = "MIT"
|
||
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/patches/ethereum/secp256k1-30"
|
||
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||
|
|
keywords = []
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[package.metadata.docs.rs]
|
||
|
|
all-features = true
|
||
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
||
|
|
|
||
|
|
[features]
|
||
|
|
alloc = []
|
||
|
|
std = []
|
||
|
|
rand = []
|
||
|
|
serde = []
|
||
|
|
global-context = []
|
||
|
|
recovery = []
|