version = 4
[[package]]
name = "eth-valkyoth-codec"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b25860ca78bdaf9920883362800bb2e849b88e50dfda342b51754141edc1f600"
[[package]]
name = "eth-valkyoth-hash"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2814fe9cb7f7714a0a03f7a90713673643b049e1e45b0fa276302ce7838f892a"
dependencies = [
"eth-valkyoth-primitives",
]
[[package]]
name = "eth-valkyoth-primitives"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08904343c6c9ac6ab996aed65f0718a7a94180643e9a05ff84f10ab56947c1c"
dependencies = [
"eth-valkyoth-codec",
"subtle",
]
[[package]]
name = "eth-valkyoth-protocol"
version = "0.24.0"
dependencies = [
"eth-valkyoth-codec",
"eth-valkyoth-hash",
"eth-valkyoth-primitives",
]
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"