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

36 lines
1.0 KiB

cargo-features = ["workspace-inheritance"]
[package]
name = "ethers-prometheus"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license-file.workspace = true
publish.workspace = true
version.workspace = true
[dependencies]
async-trait.workspace = true
derive-new.workspace = true
derive_builder.workspace = true
ethers.workspace = true
futures.workspace = true
log.workspace = true
maplit.workspace = true
parking_lot.workspace = true
prometheus.workspace = true
serde = { workspace = true, features = ["derive"], optional = true }
serde_json = { workspace = true }
static_assertions.workspace = true
tokio = { workspace = true, features = ["time", "sync", "parking_lot"] }
# enable feature for this crate that is imported by ethers-rs
primitive-types = { workspace = true, features = ["fp-conversion"] }
hyperlane-core = { path = "../hyperlane-core", features = ["agent", "float"] }
[build-dependencies]
abigen = { path = "../utils/abigen", features = ["ethers"] }
[features]
default = []
serde = ["dep:serde"]