mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
24 lines
460 B
TOML
24 lines
460 B
TOML
[package]
|
|
name = "reth-metrics-derive"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2.workspace = true
|
|
syn = { version = "2.0", features = ["extra-traits"] }
|
|
quote.workspace = true
|
|
regex = "1.6.0"
|
|
once_cell = "1.17.0"
|
|
|
|
[dev-dependencies]
|
|
metrics = "0.20.1"
|
|
trybuild = "1.0"
|
|
serial_test = "0.10"
|