mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Co-authored-by: garwah <garwah@garwah> Co-authored-by: Emilia Hane <emiliaha95@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
30 lines
675 B
TOML
30 lines
675 B
TOML
[package]
|
|
name = "reth-net-nat"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
description = "Helpers for working around NAT"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
futures-util.workspace = true
|
|
reqwest.workspace = true
|
|
serde_with = { workspace = true, optional = true }
|
|
thiserror.workspace = true
|
|
tokio = { workspace = true, features = ["time"] }
|
|
if-addrs.workspace = true
|
|
tracing.workspace = true
|
|
|
|
[dev-dependencies]
|
|
reth-tracing.workspace = true
|
|
tokio = { workspace = true, features = ["macros"] }
|
|
|
|
[features]
|
|
default = ["serde"]
|
|
serde = ["dep:serde_with"]
|