2022-11-15 18:46:52 +00:00
|
|
|
[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]
|
2023-10-16 22:53:46 +00:00
|
|
|
arbitrary = { workspace = true }
|
|
|
|
ethereum_ssz = { workspace = true }
|
|
|
|
ethereum_ssz_derive = { workspace = true }
|
|
|
|
tree_hash = { workspace = true }
|
|
|
|
derivative = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
|
|
ethereum_serde_utils = { workspace = true }
|
|
|
|
hex = { workspace = true }
|
|
|
|
ethereum_hashing = { workspace = true }
|
2023-10-21 13:49:27 +00:00
|
|
|
c-kzg = { git = "https://github.com/ethereum/c-kzg-4844", rev = "748283cced543c486145d5f3f38684becdfe3e1b"}
|