eth-valkyoth-protocol 0.14.0

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.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f8c8c3c952aaf99b9c6acef6d4143c29f462aeb47e4b2198c1e20068c5b1b3"

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

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