# 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" name = "karak-bls" version = "0.1.2" authors = ["Andalusia Labs"] description = "Karak BLS SDK" readme = "README.md" license = "BUSL-1.1" repository = "https://github.com/karak-network/karak-rs" [dependencies.alloy] version = "0.2.1" features = ["full"] [dependencies.ark-bn254] version = "0.4.0" [dependencies.ark-ec] version = "0.4.2" [dependencies.ark-ff] version = "0.4.2" [dependencies.ark-serialize] version = "0.4.2" [dependencies.eyre] version = "0.6.12" [dependencies.karak-contracts] version = "0.1.1" [dependencies.karak-kms] version = "0.1.1" [dependencies.thiserror] version = "1.0.62" [dependencies.trait-variant] version = "0.1.2" [dev-dependencies.serde] version = "1.0.207" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.125" [dev-dependencies.tokio] version = "1.38.0" features = ["full"]