eth-valkyoth-protocol 0.25.2

Fork-aware no_std Ethereum protocol validation state.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "eth-valkyoth-codec"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc2c9f653855d401db90f73102a1083e7b098185bb797b800dfb1942ce0a1f6"

[[package]]
name = "eth-valkyoth-hash"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed105f2253b426f613c03e4c27b5b8ee00746968cacefc07317d549ccd02d66b"
dependencies = [
 "eth-valkyoth-primitives",
]

[[package]]
name = "eth-valkyoth-primitives"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22b6ba63ffa0484fde69c5a79b913331f2bae07bc89a0f1c68cdce499449f0d2"
dependencies = [
 "eth-valkyoth-codec",
 "subtle",
]

[[package]]
name = "eth-valkyoth-protocol"
version = "0.25.2"
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"