# 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 = "2018" name = "substrate-bn-succinct" version = "0.6.0" authors = [ "Sean Bowe ", "Parity Technologies ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pairing cryptography with the Barreto-Naehrig curve" homepage = "https://github.com/paritytech/bn" readme = "README.md" keywords = [ "pairing", "crypto", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/bn" [lib] name = "substrate_bn_succinct" path = "src/lib.rs" [[example]] name = "dh" path = "examples/dh.rs" [[example]] name = "joux" path = "examples/joux.rs" [[bench]] name = "api" path = "benches/api.rs" [dependencies.bytemuck] version = "1.16.1" features = ["derive"] [dependencies.byteorder] version = "1.0" features = ["i128"] default-features = false [dependencies.cfg-if] version = "1.0.0" [dependencies.crunchy] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" features = ["spin_no_std"] [dependencies.num-bigint] version = "0.4.6" default-features = false [dependencies.rand] version = "0.8.5" default-features = false [dependencies.rustc-hex] version = "2" default-features = false [dev-dependencies.rand] version = "0.8.3" features = ["std_rng"] [features] default = [] [target.'cfg(target_os = "zkvm")'.dependencies.sp1-lib] version = "3.0.0"