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