# 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-crypto-bls" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Eigen layer bls utilities" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Layr-Labs/eigensdk-rs" [lib] name = "eigen_crypto_bls" path = "src/lib.rs" [dependencies.alloy-primitives] version = "0.7.2" [dependencies.ark-bn254] version = "0.4.0" [dependencies.ark-ec] version = "0.4.2" [dependencies.ark-ff] version = "0.4.0" [dependencies.ark-serialize] version = "0.4.2" [dependencies.ark-std] version = "0.4.0" default-features = false [dependencies.eigen-crypto-bn254] version = "0.1.0" [dependencies.eigen-utils] version = "0.1.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.serde_json] version = "1.0.121" [dev-dependencies.tokio] version = "1.37.0" features = [ "test-util", "full", "sync", "full", ]