# 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 = "sra-wasm" version = "0.1.0" authors = ["Andrew Rosborough "] description = "A wasm implementation of the SRA protocol" documentation = "https://docs.rs/sra-wasm" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/zkCohort/sra-wasm" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.getrandom] version = "0.2.10" features = ["js"] [dependencies.js-sys] version = "0.3.55" [dependencies.num-bigint] version = "0.4.2" [dependencies.num-integer] version = "0.1.44" [dependencies.num-prime] version = "0.4.3" [dependencies.num-traits] version = "0.2.14" [dependencies.rand] version = "0.8.4" [dependencies.wasm-bindgen] version = "0.2.78" [dev-dependencies.wasm-bindgen-test] version = "0.3"