version = 4
[[package]]
name = "eth-valkyoth-codec"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7f9ad036dabe65aec70234d406ff5673514f8fbfa6fabe47e15625159c2dcb"
[[package]]
name = "eth-valkyoth-primitives"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2bb0161d0b855d5798160bbab2926d052e2266f93828524e98b0b77da1e037"
dependencies = [
"eth-valkyoth-codec",
"subtle",
]
[[package]]
name = "eth-valkyoth-protocol"
version = "0.20.0"
dependencies = [
"eth-valkyoth-codec",
"eth-valkyoth-primitives",
]
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"