---
title: "execution/reth"
description: "Meta-crate that re-exports all OP reth components behind feature gates."
source: https://basehub.org/crates/execution/reth/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `execution/reth` sub-crate (`reth-op`) is part of the [execution crate group](/crates/execution/overview/).

It re-exports the full OP reth surface behind `full`, `node`, `evm`, and `rpc` feature gates so downstream crates pull in only what they need.

## Source

<LinkCard title="View source on GitHub" href="https://github.com/base/base/tree/main/crates/execution/reth" />
