# 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 = "solana-alt-bn128-bls" version = "0.1.0" authors = ["Dean Little <@deanmlittle>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BLS signatures over the Alt-BN128 curve for Solana" readme = "README.md" license = "MIT" [lib] name = "solana_alt_bn128_bls" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.ark-bn254] version = "0.5.0" optional = true [dependencies.ark-ec] version = "0.5.0" optional = true [dependencies.ark-ff] version = "0.5.0" optional = true [dependencies.ark-serialize] version = "0.5.0" optional = true [dependencies.dashu] version = "0.4.2" [dependencies.num] version = "0.4.3" [dependencies.rand] version = "0.8.5" optional = true [dependencies.solana-bn254] version = "2.1.0" [dependencies.solana-nostd-sha256] version = "0.1.3" [target.'cfg(not(target_os = "solana"))'.dependencies.ark-bn254] version = "0.5.0" [target.'cfg(not(target_os = "solana"))'.dependencies.ark-ec] version = "0.5.0" [target.'cfg(not(target_os = "solana"))'.dependencies.ark-ff] version = "0.5.0" [target.'cfg(not(target_os = "solana"))'.dependencies.ark-serialize] version = "0.5.0" [target.'cfg(not(target_os = "solana"))'.dependencies.rand] version = "0.8.5" default-features = false