22 lines
642 B
TOML
22 lines
642 B
TOML
|
[package]
|
||
|
name = "kzg"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Pawan Dhananjay <pawandhananjay@gmail.com>"]
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
eth2_ssz = "0.4.1"
|
||
|
eth2_ssz_derive = "0.3.1"
|
||
|
tree_hash = "0.4.1"
|
||
|
derivative = "2.1.1"
|
||
|
rand = "0.7.3"
|
||
|
serde = "1.0.116"
|
||
|
serde_derive = "1.0.116"
|
||
|
serde-big-array = {version = "0.3.2", features = ["const-generics"]}
|
||
|
eth2_serde_utils = "0.1.1"
|
||
|
hex = "0.4.2"
|
||
|
eth2_hashing = "0.3.0"
|
||
|
ethereum-types = "0.12.1"
|
||
|
c-kzg = {git = "https://github.com/pawanjay176/c-kzg-4844", rev = "f4b0c2a84e7a90fa2e0e4e04e5d777be146c6e94" }
|