version = 4
[[package]]
name = "eth"
version = "0.6.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.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a59fe408d506592e276c4fcb97cdaa92587fd7c83bb349692bf40e2a3705d480"
[[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.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5337abadc4f422cab29cc35bfd1b61cab67d957e930883a4869b2d8a13d62dd7"
[[package]]
name = "eth-valkyoth-sanitization"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03be862fbcf439fb23b0a3acbecd9b277572bda176969ab1b7c268a663facaee"
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.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e917ba6e3d60c9756acda8f7e4b5958984b2fb1d7eb501c71e07f04da8c20413"
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"