Skip to main content
Module

x/wasmbuild/tests/Cargo.lock

Build tool to use Rust code in Deno and the browser.
Very Popular
Go to Latest
File
# This file is automatically @generated by Cargo.# It is not intended for manual editing.version = 3
[[package]]name = "bumpalo"version = "3.9.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
[[package]]name = "cfg-if"version = "1.0.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]name = "deno_test"version = "0.1.0"dependencies = [ "wasm-bindgen",]
[[package]]name = "lazy_static"version = "1.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]name = "log"version = "0.4.14"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"dependencies = [ "cfg-if",]
[[package]]name = "proc-macro2"version = "1.0.36"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"dependencies = [ "unicode-xid",]
[[package]]name = "quote"version = "1.0.15"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"dependencies = [ "proc-macro2",]
[[package]]name = "syn"version = "1.0.86"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"dependencies = [ "proc-macro2", "quote", "unicode-xid",]
[[package]]name = "unicode-xid"version = "0.2.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]name = "wasm-bindgen"version = "0.2.80"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"dependencies = [ "cfg-if", "wasm-bindgen-macro",]
[[package]]name = "wasm-bindgen-backend"version = "0.2.80"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"dependencies = [ "bumpalo", "lazy_static", "log", "proc-macro2", "quote", "syn", "wasm-bindgen-shared",]
[[package]]name = "wasm-bindgen-macro"version = "0.2.80"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"dependencies = [ "quote", "wasm-bindgen-macro-support",]
[[package]]name = "wasm-bindgen-macro-support"version = "0.2.80"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"dependencies = [ "proc-macro2", "quote", "syn", "wasm-bindgen-backend", "wasm-bindgen-shared",]
[[package]]name = "wasm-bindgen-shared"version = "0.2.80"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"