# 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-wasm-ecdsa" version = "0.1.1" authors = ["nzengi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A WASM-based ECDSA signature verification library for Web3 developers." homepage = "https://github.com/nzengi/spawn-wasm-ecdsa" documentation = "https://docs.rs/spawn-wasm-ecdsa" readme = "README.md" keywords = [ "ECDSA", "WASM", "blockchain", "WebAssembly", ] categories = [ "cryptography", "web-programming", ] license = "MIT" repository = "https://github.com/nzengi/spawn-wasm-ecdsa" [package.metadata.docs.rs] all-features = true no-default-features = false rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "spawn_wasm_ecdsa" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.hex] version = "0.4" [dependencies.k256] version = "0.10" features = ["ecdsa"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.wasm-bindgen] version = "0.2.78" [dependencies.web-sys] version = "0.3" features = ["console"] [dev-dependencies.wasm-bindgen-test] version = "0.3"