|
@@ -0,0 +1,155 @@
|
|
|
+# This file is automatically @generated by Cargo.
|
|
|
+# It is not intended for manual editing.
|
|
|
+[[package]]
|
|
|
+name = "bumpalo"
|
|
|
+version = "3.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cfg-if"
|
|
|
+version = "0.1.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cfg-if"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "console_error_panic_hook"
|
|
|
+version = "0.1.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if 0.1.10",
|
|
|
+ "wasm-bindgen",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "digitalwatch"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "sccd",
|
|
|
+ "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.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if 0.1.10",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro2"
|
|
|
+version = "1.0.24"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
|
|
+dependencies = [
|
|
|
+ "unicode-xid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "quote"
|
|
|
+version = "1.0.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sccd"
|
|
|
+version = "0.1.0"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "syn"
|
|
|
+version = "1.0.55"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a571a711dddd09019ccc628e1b17fe87c59b09d513c06c026877aa708334f37a"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "unicode-xid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-xid"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "console_error_panic_hook",
|
|
|
+ "digitalwatch",
|
|
|
+ "sccd",
|
|
|
+ "wasm-bindgen",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen"
|
|
|
+version = "0.2.69"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if 1.0.0",
|
|
|
+ "wasm-bindgen-macro",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-backend"
|
|
|
+version = "0.2.69"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
|
|
|
+dependencies = [
|
|
|
+ "bumpalo",
|
|
|
+ "lazy_static",
|
|
|
+ "log",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+ "wasm-bindgen-shared",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-macro"
|
|
|
+version = "0.2.69"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
|
|
|
+dependencies = [
|
|
|
+ "quote",
|
|
|
+ "wasm-bindgen-macro-support",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-macro-support"
|
|
|
+version = "0.2.69"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+ "wasm-bindgen-backend",
|
|
|
+ "wasm-bindgen-shared",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-shared"
|
|
|
+version = "0.2.69"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
|