eth 0.12.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.12.0"
dependencies = [
 "eth-valkyoth-codec",
 "eth-valkyoth-evm",
 "eth-valkyoth-hash",
 "eth-valkyoth-primitives 0.10.0",
 "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.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f8c8c3c952aaf99b9c6acef6d4143c29f462aeb47e4b2198c1e20068c5b1b3"

[[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.0",
]

[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ec36f99e146f2cf6971cae9942656bd851b22a13000a0ef6b87c6ab4618d3fc"
dependencies = [
 "eth-valkyoth-codec",
 "subtle",
]

[[package]]
name = "eth-valkyoth-protocol"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72464ba0ab114ebe8a1b8d5699ee0193a57decad9bcf8d6c6ad45ae5f2628451"
dependencies = [
 "eth-valkyoth-codec",
 "eth-valkyoth-primitives 0.10.0",
]

[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0d5d27a115d6e495b66b52db14cac9dfca3c880cf309fe4c280015ed48877c"
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"