# 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 = "zkmatrix" version = "0.1.1" authors = ["Anonymous"] description = "zk-SNAKR for linear algebra" readme = "README.md" license = "MIT" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "assets/mathjax_support.html", ] [[bench]] name = "experiment" path = "benches/experiment.rs" harness = false [dependencies.bincode] version = "1.3.3" [dependencies.bls12_381] version = "0.8.0" [dependencies.byteorder] version = "1.4.3" [dependencies.curv-kzen] version = "0.10.0" features = ["num-bigint"] default-features = false [dependencies.hex] version = "0.4" [dependencies.ndarray] version = "0.15.3" [dependencies.rand] version = "0.8.4" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dev-dependencies.criterion] version = "0.5"