[package] name = "eigen-client-avsregistry" description = "Eigen Layer AvsRegistry Sdk" version = "0.1.0" edition.workspace = true rust-version.workspace = true repository.workspace = true license-file.workspace = true [dependencies] alloy-contract.workspace = true alloy-primitives.workspace = true alloy-provider.workspace = true alloy-rpc-types.workspace = true alloy-signer.workspace = true alloy-signer-local.workspace = true async-trait.workspace = true num-bigint = "0.4.4" eigen-types = "0.1.0" eigen-crypto-bls = "0.1.0" ark-ff.workspace = true eigen-client-elcontracts = "0.1.0" eigen-utils ="0.1.0" eigen-logging = "0.1.0" thiserror.workspace = true tracing.workspace = true [lints] workspace = true [dev-dependencies] alloy-node-bindings.workspace = true eigen-testing-utils ="0.1.0" hex = "0.4.3" once_cell.workspace = true tokio = { version = "1.37.0", features = ["test-util", "full", "sync"] }