The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/rust/ethers-prometheus/Cargo.toml

34 lines
974 B

[package]
name = "ethers-prometheus"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license-file.workspace = true
publish.workspace = true
version.workspace = true
[dependencies]
prometheus = "0.13"
ethers = { git = "https://github.com/hyperlane-xyz/ethers-rs", tag = "2023-02-10-01" }
derive_builder = "0.12"
derive-new = "0.5"
async-trait = { version = "0.1", default-features = false }
futures = "0.3"
parking_lot = { version = "0.12" }
maplit = "1.0"
log = "0.4"
tokio = { workspace = true, features = ["time", "sync"] }
static_assertions = "1.1"
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", default-features = false }
# enable feature for this crate that is imported by ethers-rs
primitive-types = { version = "*", features = ["fp-conversion"] }
[build-dependencies]
abigen = { path = "../utils/abigen", features = ["ethers"] }
[features]
default = []
serde = ["dep:serde"]