# 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 = "spawn-zk-snarks" version = "0.1.3" authors = ["nzengi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "zk-snarks in rust" homepage = "https://github.com/nzengi/spawn-zk-snarks" documentation = "https://docs.rs/zk-snarks" readme = "README.md" keywords = [ "WASM", "zk", "blockchain", "WebAssembly", "Rust", ] categories = [ "cryptography", "web-programming", ] license = "MIT" repository = "https://github.com/nzengi/spawn-zk-snarks" [package.metadata.docs.rs] all-features = true no-default-features = false rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "spawn_zk_snarks" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.rand] version = "0.8" [dependencies.sha2] version = "0.10"