eth 0.5.0

no_std-first Ethereum execution-layer protocol toolkit facade.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "eth"
version = "0.5.0"
dependencies = [
 "eth-valkyoth-codec",
 "eth-valkyoth-evm",
 "eth-valkyoth-primitives",
 "eth-valkyoth-protocol",
 "eth-valkyoth-reth",
 "eth-valkyoth-rpc",
 "eth-valkyoth-sanitization",
 "eth-valkyoth-signer",
 "eth-valkyoth-testkit",
 "eth-valkyoth-verify",
]

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

[[package]]
name = "eth-valkyoth-evm"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b842021cf8ed2a21d234901b7232dc07a7f0b7c117c295a7ceb362b88944a47"

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

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

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

[[package]]
name = "eth-valkyoth-rpc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89c5d80d616d2fc9ff364989acbbff23b5f2d33550e056c9af0986e02092717f"

[[package]]
name = "eth-valkyoth-sanitization"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "150fc6b2506ffc3f9d88f09b5d8575a71f8b21b8922ee33900c8cebb001b341f"
dependencies = [
 "sanitization",
]

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

[[package]]
name = "eth-valkyoth-testkit"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e6104254f295de029416927343f63fade8921acdc730f415c7f717eb695864f"

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

[[package]]
name = "sanitization"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5f360c902bb70ea8117190534eba6aaa60b7c9dd10f40b7111f120a52f39c38"

[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"