1#![cfg_attr(
10 not(feature = "__internal"),
11 deprecated(
12 note = "the `reth-primitives` crate is deprecated, use `reth-ethereum-primitives` and `reth-primitives-traits` instead."
13 )
14)]
15#![doc(
16 html_logo_url = "https://raw.githubusercontent.com/paradigmxyz/reth/main/assets/reth-docs.png",
17 html_favicon_url = "https://avatars0.githubusercontent.com/u/97369466?s=256",
18 issue_tracker_base_url = "https://github.com/paradigmxyz/reth/issues/"
19)]
20#![cfg_attr(not(feature = "std"), no_std)]