| # 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 = "cc" |
| version = "1.0.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8" |
| 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 = "libc" |
| version = "0.2.80" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614" |
| |
| [[package]] |
| name = "log" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" |
| |
| [[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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "ring" |
| version = "0.16.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b72b84d47e8ec5a4f2872e8262b8f8256c5be1c938a7d6d3a867a3ba8f722f74" |
| dependencies = [ |
| "cc", |
| "libc", |
| "once_cell", |
| "spin", |
| "untrusted", |
| "web-sys", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rom_ext_signer" |
| version = "0.1.0" |
| dependencies = [ |
| "ring", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.48" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac" |
| 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 = "untrusted" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.68" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42" |
| dependencies = [ |
| "cfg-if", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.68" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68" |
| dependencies = [ |
| "bumpalo", |
| "lazy_static", |
| "log", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.68" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.68" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.68" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307" |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |