# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.79" name = "eigen-types" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Eigen Layer types " readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Layr-Labs/eigensdk-rs" [lib] name = "eigen_types" path = "src/lib.rs" [dependencies.alloy-primitives] version = "0.7.2" [dependencies.ark-serialize] version = "0.4.2" [dependencies.eigen-crypto-bls] version = "0.1.0" [dependencies.ethers] version = "2.0.14" [dependencies.num-bigint] version = "0.4.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37.0" features = [ "test-util", "full", "sync", ] [dev-dependencies]