eth 0.3.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.3.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.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "649194303df57a642875e91a5da0c7e09b103e29c7627934fafc5e04da23070b"

[[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.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ad7245252e6822888d9ca7d55e67aab79bbe0e04655cf92c113e56b22d24af"
dependencies = [
 "subtle",
]

[[package]]
name = "eth-valkyoth-protocol"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c028fb5b6d7e67fda25d358da79739b2021ae36c149e0387ea936a14e835e935"
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.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dda9af90f686c0a34ac188bd841c40aeb1dd7d9aaed047db51c7c4c89b31d4a8"
dependencies = [
 "sanitization",
]

[[package]]
name = "eth-valkyoth-signer"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9ae681fcc3b6e7938b8dd187d1dda865bcbfbcdca351c77babd63afad13d093"
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.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa9db195c62b9275608902ddb62576e6956403e556fe4328fa8cf397eb38ee63"
dependencies = [
 "eth-valkyoth-primitives",
]

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

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