version = 4
[[package]]
name = "eth"
version = "0.4.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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2caa5e211d9e85f95e5128a9129a7d79548a7922b795e0accfea1822830ed8ef"
[[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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b5cd16352a9762d643266ca4bd7835269b4d65223426aa89c1ecc6e98ef4793"
dependencies = [
"subtle",
]
[[package]]
name = "eth-valkyoth-protocol"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a5c7d29b25da2f9f299b5bbe54fbffe1e9489c194c99cb185106d0bfd59870"
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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2186f91039e812dc41cb921c2c9f387a76a2e55ec798861e2d1391fa279c4008"
dependencies = [
"sanitization",
]
[[package]]
name = "eth-valkyoth-signer"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3059611a9af9e296fb911b614147d88d551380aae9c7d5d3e116522addf2e417"
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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "186f7687e973fbb2a402fb18950b3ca6dd3da05ad64b49212350562ad22ab7d0"
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"