Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/crypto/_wasm/Cargo.toml

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
File
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
[package]edition = "2018"name = "deno_std_wasm_crypto"repository = "https://github.com/denoland/deno_std"authors = ["the Deno authors"]license = "MIT"publish = falseversion = "0.0.0"
[lib]crate-type = ["cdylib"]
[profile.release]lto = trueopt-level = 3
[dependencies]blake2 = "0.10.6"blake3 = { version = "1.5.0", features = ["traits-preview"] }derive_more = "0.99.17"digest = { version = "0.10.7", features = ["core-api", "std"] }generic-array = "1.0.0"js-sys = "0.3.66"md4 = "0.10.2"md-5 = "0.10.6"ripemd = "0.1.3"sha-1 = "0.10.1"sha2 = "0.10.8"sha3 = "0.10.8"tiger = "0.2.1"typenum = "1.17.0"wasm-bindgen = "0.2.90"