Files
nanoreth/crates/metrics/metrics-derive/Cargo.toml
Harsh Pratap Singh 106a0c7cf7 refactor: replace once_cell Lazy with LazyLock (#9844)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-08-08 14:20:42 +00:00

26 lines
480 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
[lints]
workspace = true
[lib]
proc-macro = true
[dependencies]
proc-macro2.workspace = true
syn = { workspace = true, features = ["extra-traits"] }
quote.workspace = true
regex = "1.6.0"
[dev-dependencies]
metrics.workspace = true
serial_test.workspace = true
trybuild = "1.0"