# 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 = "wasm-multisig" version = "0.1.1" authors = ["nzengi < zenginureddin1@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A WASM-based multisig library for Web3 developers, providing a high-performance, secure, and customizable solution." homepage = "https://github.com/nzengi/wasm-multisig" documentation = "https://docs.rs/wasm-multisig" readme = "README.md" keywords = [ "WASM", "multisig", "blockchain", "WebAssembly", "Rust", ] categories = [ "cryptography", "web-programming", ] license = "MIT" repository = "https://github.com/nzengi/wasm-multisig" [profile.release] lto = true [lib] name = "wasm_multisig" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "multisig_tests" path = "tests/multisig_tests.rs" [[test]] name = "security_tests" path = "tests/security_tests.rs" [dependencies.rand] version = "0.8" [dependencies.secp256k1] version = "0.21" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.9" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web3] version = "0.14" [features] default = []