2021-01-11 12:13:41 -05:00
|
|
|
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
|
2020-11-13 16:01:57 -05:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "deno_crypto"
|
2021-01-19 23:17:20 -05:00
|
|
|
version = "0.11.0"
|
2020-11-13 16:01:57 -05:00
|
|
|
edition = "2018"
|
|
|
|
description = "Collection of WebCrypto APIs"
|
|
|
|
authors = ["the Deno authors"]
|
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/denoland/deno"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-01-19 23:17:20 -05:00
|
|
|
deno_core = { version = "0.77.0", path = "../../core" }
|
2021-01-26 11:00:40 -05:00
|
|
|
rand = "0.8.2"
|
2020-11-13 16:01:57 -05:00
|
|
|
|