2020-05-08 23:37:21 +00:00
|
|
|
[package]
|
|
|
|
name = "state_transition_vectors"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
2023-09-22 04:30:56 +00:00
|
|
|
edition = { workspace = true }
|
2020-05-08 23:37:21 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-22 04:30:56 +00:00
|
|
|
state_processing = { workspace = true }
|
|
|
|
types = { workspace = true }
|
|
|
|
ethereum_ssz = { workspace = true }
|
|
|
|
beacon_chain = { workspace = true }
|
|
|
|
lazy_static = { workspace = true }
|
|
|
|
tokio = { workspace = true }
|
2023-10-20 07:30:27 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
portable = ["beacon_chain/portable"]
|