{
  "name": "hash-wasm-rs",
  "type": "module",
  "collaborators": [
    "fantasize-zero <<1543865938@qq.com>>"
  ],
  "description": "A WebAssembly library for computing file hashes, built with Rust.",
  "version": "1.0.2",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fantasize-zero/hash-wasm-rs"
  },
  "files": [
    "hash_wasm_rs_bg.wasm",
    "hash_wasm_rs.js",
    "hash_wasm_rs_bg.js",
    "hash_wasm_rs.d.ts"
  ],
  "main": "hash_wasm_rs.js",
  "homepage": "https://github.com/fantasize-zero",
  "types": "hash_wasm_rs.d.ts",
  "sideEffects": [
    "./hash_wasm_rs.js",
    "./snippets/*"
  ],
  "keywords": [
    "hash",
    "wasm",
    "WebAssembly",
    "Rust",
    "sha256",
    "sha512",
    "sha3-256",
    "sha3-512",
    "md5",
    "blake3"
  ]
}