2019-02-14 07:22:55 +00:00
|
|
|
[package]
|
|
|
|
name = "swap_or_not_shuffle"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2019-02-26 06:30:51 +00:00
|
|
|
[[bench]]
|
|
|
|
name = "benches"
|
|
|
|
harness = false
|
2019-02-14 07:22:55 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2019-10-30 01:22:18 +00:00
|
|
|
criterion = "0.3.0"
|
|
|
|
yaml-rust = "0.4.3"
|
2019-02-14 07:22:55 +00:00
|
|
|
hex = "0.3"
|
2019-10-30 01:22:18 +00:00
|
|
|
ethereum-types = "0.8.0"
|
2019-02-26 06:30:51 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2019-10-30 01:22:18 +00:00
|
|
|
eth2_hashing = "0.1.0"
|
2019-02-26 06:30:51 +00:00
|
|
|
int_to_bytes = { path = "../int_to_bytes" }
|