eth 0.18.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.18.0"
dependencies = [
 "eth-valkyoth-codec",
 "eth-valkyoth-evm",
 "eth-valkyoth-hash",
 "eth-valkyoth-primitives 0.10.1",
 "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.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7f9ad036dabe65aec70234d406ff5673514f8fbfa6fabe47e15625159c2dcb"

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

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

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

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

[[package]]
name = "eth-valkyoth-protocol"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20043add41b5640d8c3303510c278e73f8e0f6c808188183911e21a42bbc1b1f"
dependencies = [
 "eth-valkyoth-codec",
 "eth-valkyoth-primitives 0.10.1",
]

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

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

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

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

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

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

[[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"