[package] name = "eigen-services-operatorsinfo" description = "Eigen Layer SDK services operatorsinfo" version = "0.1.0" edition.workspace = true rust-version.workspace = true repository.workspace = true license-file.workspace = true [dependencies] async-trait.workspace = true alloy-primitives.workspace = true alloy-provider = { workspace = true, features = ["ws"] } alloy-rpc-types.workspace = true anyhow = "1.0.83" eigen-client-avsregistry = "0.1.0" eigen-crypto-bls = "0.1.0" eigen-logging = "0.1.0" eigen-types = "0.1.0" eigen-utils = "0.1.0" futures-util.workspace = true tokio = { workspace = true, features = ["rt-multi-thread", "macros"] } thiserror.workspace = true tokio-util = "0.7.11" [dev-dependencies] alloy-signer-local.workspace = true eigen-testing-utils = "0.1.0" eigen-logging = "0.1.0" eigen-client-elcontracts = "0.1.0" ark-bn254.workspace = true ark-std = {version = "0.4.0", default-features = false} ark-ff.workspace = true serial_test.workspace = true