# 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 = "near_plonk_verifier" version = "1.0.0" authors = ["jack the dev "] description = "Plonk proof verifier implementation for Near Protocol smart Contracts" readme = "README.md" keywords = [ "near_protocol", "plonk", "zero_knowledge", "cryptography", ] categories = [ "wasm", "cryptography", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/hideyour-cash/monorepo" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.near-bigint] version = "1.0.1" [dependencies.near-sdk] version = "4.0.0" features = ["unstable"] [dependencies.num] version = "0.4.0" features = ["alloc"] default-features = false [dev-dependencies.rstest] version = "0.14.0"