eth 0.7.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.7.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.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a5b42f979844c68738cfc5689a0d7f0753c5df76f9d4eec7c9af49bf65a9ae"

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

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

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

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

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